Can Subversion play nicely with CVS? svn:externals
Posted: Wed Jul 18, 2007 4:55 am
I'm wondering what the best way to include a third party CVS project as part of my subversion project is? If the project used svn I could easily use svn:externals to keep a bleeding edge copy of the third party project in my code base, but is there something similar I can do with CVS repositories?
My project uses subversion, but I'd like to include an external repository which uses CVS
I guess it's not too painful to just checkout the CVS project with all the .cvs stuff in it and then cvs up every so often.
My project uses subversion, but I'd like to include an external repository which uses CVS
I guess it's not too painful to just checkout the CVS project with all the .cvs stuff in it and then cvs up every so often.