File: BUGS

package info (click to toggle)
libvcs-perl 0.14-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 264 kB
  • ctags: 282
  • sloc: perl: 1,083; makefile: 567
file content (17 lines) | stat: -rw-r--r-- 502 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Yes, there are a couple of known bugs. For 
example:

  o A few methods that are currently documented
    are not actually implemented. So far, you only
    have read access to RCS and CVS repositories..
    
  o Caching is done inside the Rcs.pm and Cvs.pm
    libraries, while it should probably be inside
    the Rcs::File and Cvs::File libraries.
    
  o Caching doesn't work for long-lived processes.
    
  o vcsweb.cgi does not run correctly with tainting
  
But hopefully that's about it ;-)