Where does respository resides in after converting CVS repository into SVN using cvs2svn ?
Posted
by thetna
on Stack Overflow
See other posts from Stack Overflow
or by thetna
Published on 2010-05-31T08:50:33Z
Indexed on
2010/06/01
2:53 UTC
Read the original article
Hit count: 247
cvs2svn
I am using cvs2svn for converting already existing CVS repository into svn repository. While doing it using command line , it makes all the passes and creates a repository in the SVN. But i am not able to find all the files in the particular directory. Where does that repository resides?
I used following command to convert the CVS to SVN repository.
cvs2svn -s /home/user/Subversion/repos /home/usr/cvsrepo
© Stack Overflow or respective owner