Previous: Transactions, Up: System Interface [Contents][Index]
Returns a list of the local pathnames (with prefix directory/) of all CVS controlled files in directory/ and in directory/’s subdirectories.
Returns a list of all of directory/ and all directory/’s CVS controlled subdirectories.
Returns the (string) contents of path/CVS/Root;
or (getenv "CVSROOT")
if Root doesn’t exist.
Returns the (string) contents of directory/CVS/Root appended with directory/CVS/Repository; or #f if directory/CVS/Repository doesn’t exist.
Writes new-root to file CVS/Root of directory/.
Writes new-root to file CVS/Root of directory/ and all its CVS subdirectories.
Signals an error if CVS/Repository or CVS/Root files in directory/ or any subdirectory do not match.