Re: cvs2git error

Michael Haggerty <[email protected]> Mon, 03 Feb 2014 16:36:00 +0100
Newsgroups gmane.comp.version-control.subversion.cvs2svn.devel
Message-ID <[email protected]>
On 02/03/2014 02:08 PM, [email protected] wrote:
> Hi Michael i am tring to take copy of CVS repository to my localcal system
> and i get this error
> 
> command :
> 
> rsync -av rsync:[email protected]:/CVSRepository/path 
> /cygdrive/E/LocalCVSDump
> 
> error:
> ssh: Could not resolve hostname rsync: Name or service not known

I think you've typed the source URL wrong.  I think you need something like

    rsync -av rsync://[email protected]/CVSRepository/path
/cygdrive/E/LocalCVSDump

Of course, this will only work if the host at cvs.example.org has an
rsync server running and you have permissions to access it.

> i also tried to use cvsclone command but get the bellow error
> cvsclone -d :pserver:[email protected]:/CVSRepository/path  module
> cvsclone: command not found
> 
> Here system cannot finnd cvsclone command . but how can i install cvsclone
> through Cygwin ?

I have no idea.  It is not a standard command, so you will probably have
to download and build it yourself.

Michael

-- 
Michael Haggerty
[email protected]
http://softwareswirl.blogspot.com/

------------------------------------------------------
http://cvs2svn.tigris.org/ds/viewMessage.do?dsForumId=1667&dsMessageId=3072480

To unsubscribe from this discussion, e-mail: [[email protected]].