Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CVS - commit not working

Status
Not open for further replies.

AHinMaine

ISP
Nov 27, 2002
264
US
Sorry, I'm new to the CVS thing...


I've set up a pserver and gotten that working. I can log in and checkout a file in a dir that I added to my cvs tree.

So, as a regular user I set my CVSROOT env to
Code:
&quot;:pserver:<my login>@<my ip>:/usr/local/var/cvs&quot;
and then I'm able to log in with my passord. From a subdir under my home dir, I issue
Code:
cvs checkout module
and it creates the module subdir and grabs the one file I put in there into that dir. I edit the file, and just add a
Code:
#test comment
. I issue
Code:
cvs commit module
and it prompts me for a comment and all that and it seems to work. When I look into the actual CVSROOT on the server, I can see the file,v is updated, but the actual file, is not updated.

Any clues?

--
Andy --
Andy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top