-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm using git-cvs, and my general workflow is something like this:
...write some code...
$ git commit
$ git cvsexportcommit -c -p -v <asdf>
$ git cvs-import $CVSROOT
$ git pull
This generally works fine for pushing my commits back to the CVS server and keeping things in sync. However, I'm…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
My CVS-fu is not very strong anymore (after years of SVN'ing and now Mercurial'ing). I'm trying to do a diff between two revisions of the HEAD branch (everything is in the HEAD anyway).
I received an IDE already set up to use a :pserver:myname@cvsserver:port/cvs/project CVS. I'm on Windows XP. I…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I cant create a new project by importing a java project via eclipse onto my cvs server via internet.
I created a directory as root called /priv/cvs/.
Then i called "cvs -d /priv/cvs/ init".
I created a user named cvs and a groups called cvs.
The repository is owned by cvs and in group cvs.
Then…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hi,
I have always been SVN user but currently I have to use CVS as the source repository. I am quite new to CVS and really got confused many a times (reason being I always tried to access CVS like SVN !)
However now I am really stuck in one problem wherein I am not able to do any cvs operations…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've checked out a module from CVS onto a newly installed Windows 7 machine. The virus scanner has not yet been installed.
Later, when I try to do an update, I get the following error message:
cannot rename file CVS/Entries.Extra.Backup to CVS/Entries.Extra: Bad address
Has anyone seen and resolved…
>>> More