Use "cvs2cl" and read the ChangeLog file that the command creates. I only know
it on Linux though. The result is pretty much the same as "svn log".

Thanks Hendrik, this will be a valuable tool.

svn doesn't really do tagging and branching, it only does copies.

Which accomplishes the same bussiness, IMHO.

The equivalent to "svn status" is "cvs -n up 2>/dev/null". The equivalent
of "svn diff" is "cvs diff -U" and does exactly the same.
For whatever means, you should use cvs-nt instead of original cvs, anyway.

Thanks, that'll help while cmake doesn't get migrated do svn.

Regards,
rod

_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to