is there a gui front end for cvs that supports ssh?
I have recently recieved cvs access and need to access
a specific directory in the current branch of a cvs repository.
the problem the directory is at /cvsroot/b1/b2/b3/b4/b5 for
instance.
using this on the login string returns it does not exist.
I need to add a directory from my machine into b1/b2/b3/b4/b5 of
that repository.
have not used cvs or rcs in ages...
Lutz Horn - 24 Oct 2005 14:27 GMT
Hi,
> is there a gui front end for cvs that supports ssh?
Take a look at SmartCVS (http://smartcvs.com/smartcvs/index.html).
Lutz
Carl Barron - 24 Oct 2005 16:01 GMT
> Hi,
>
[quoted text clipped - 3 lines]
>
> Lutz
Looks very interesting, Thanks.
Manuel - 27 Oct 2005 11:57 GMT
> is there a gui front end for cvs that supports ssh?
>
[quoted text clipped - 7 lines]
>
> have not used cvs or rcs in ages...
I use to work with MacCvsX http://www.wincvs.org/index.html as CVS
client. Best of all - it's free
I just use it to initialyse the repository and to setup the sandbox for
the first time. All the rest is done in XCode. Works great.