Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] ECF OSU CVS repo to Git migration

Hi Markus,

Is this some difference between the command line cvs (where it apparently works) and Eclipse CVS client? ...i.e. does it work for you (Markus) with the Eclipse CVS client?

Thanks,

Scott



Markus Alexander Kuppe wrote:
On 12/07/2009 11:45 PM, Ted Kubaska wrote:
Markus we get an error with this path when trying to access from eclipse.
Cannot access /home/gitcvs/

markus@coconut:~/eclipse/ecf-nonepl.gitcvsserver$ export
CVSROOT=:pserver:anonymous@xxxxxxxxxxxxxxx:62401/home/gitcvs
markus@coconut:~/eclipse/ecf-nonepl.gitcvsserver$ cvs co master
cvs checkout: CVS password file /home/markus/.cvspass does not exist -
creating a new file
cvs checkout: Updating master
cvs checkout: Updating master
cvs checkout: Updating /master/CVSROOT/
U master/CVSROOT/checkoutlist
...

And the same for write access:

markus@coconut:~/eclipse/ecf-nonepl.gitcvsserver$ export
CVSROOT=:ext:mkuppe@xxxxxxxxxxxxxxx:/home/gitcvs
markus@coconut:~/eclipse/ecf-nonepl.gitcvsserver$ export
CVS_SERVER=git-cvsserver
markus@coconut:~/eclipse/ecf-nonepl.gitcvsserver$ cvs co master
cvs checkout: Updating master
cvs checkout: Updating master
cvs checkout: Updating /master/CVSROOT/
U master/CVSROOT/checkoutlist
...

We dont see a CVSROOT under /home/gitcvs/

/home/gitcvs is a symlink pointing to
/home/mkuppe/ecf-nonepl.git/.git
CVSROOT resides in /home/mkuppe/ecf-nonepl.git/

Markus
_______________________________________________
ecf-dev mailing list
ecf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ecf-dev



Back to the top