Re: Moving repository from unix to windows

Todd Denniston <[email protected]>
Newsgroups gmane.comp.version-control.cvs.general
Message-ID <[email protected]>
Luigi De Pietri wrote, On 01/08/2009 05:43 AM:
> Hello,
>   I have a list of files that  came from unix repository's back up    i 
> have placed them under a windows repository,
> but when i try to check out files using cvsnt i  get this error:
> cvs.exe checkout: in directory .:
> cvs.exe checkout: cannot open CVS/Entries for reading: No such file or 
> directory
> 
> How can solve this problem?   And Can i move a repository from unix to 
> windows in this way?

do you mean that you have a backup of the Unix repository or a backup of a 
Unix sandbox?

did you transfer the individual repository files (each ,v file) using:
FTP
SMB
tar
zip (what options were passed to it?)
????
i.e., what if any line ending translations MAY have taken place?

Is the Unix machine destroyed yet?  if not it should be possible to log into 
the unix machine `cd $CVSROOT; zip -vr /tmp/myrepocopy.zip .` (I don't know if 
you want to use the -l option too or not) then copy the zip to the windows 
machine and unzip it as $CVSROOT on the windows machine.

it may be that you having some other fundamental PEBCAK problem, like trying 
to checkout a sandbox into the repository, which if we had more info[1] we 
could answer here, but for CVSNT specific questions it is usually better to 
ask on their list.

Following list borrowed from Arthur Barrett
CVSNT newsgroup:
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
or
news://news.cvsnt.org/support.cvsnt
WinCVS newsgroup:
http://groups.yahoo.com/subscribe/cvsgui
TortoiseCVS newsgroup:
http://sourceforge.net/mail/?group_id=48103


[1] it is kind of hard to ask for an `ls -l` to be done in the directory where 
you get this error, seeing as you are on windows, and what $CVSROOT is defined 
too.

-- 
Todd Denniston
Crane Division, Naval Surface Warfare Center (NSWC Crane)
Harnessing the Power of Technology for the Warfighter
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.