Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
-----Original Message----- From: cvsnt-bounces at cvsnt.org [mailto:cvsnt-bounces at cvsnt.org] On Behalf Of Siegfried Heintze Sent: Thursday, July 01, 2004 12:36 PM To: cvsnt at cvsnt.org Subject: [cvsnt] Good Book on CVSNT Hey folks! I'm having a tough time getting started with my CVSNT server. Can anyone recommend a good book that includes CVS NT Servers? I'm slowly learning nuances thru this mailing list that I am unable to find in the documentation on line. Perhaps a good book would help me. However, I don't want to buy a CVS book on UNIX servers that has commands that won't work on NT servers. For example, I recently learned about the /c//dir syntax for specifying the repository on a windows machine and that is (I believe) specific to CVSNT. Thanks, Siegfried -----Original Message----- From: cvsnt-bounces at cvsnt.org [mailto:cvsnt-bounces at cvsnt.org] On Behalf Of Glen Starrett Sent: Thursday, July 01, 2004 11:11 AM To: cvsnt at cvsnt.org Subject: [cvsnt] Re: How do I add a single file? Siegfried Heintze wrote: > I have previously used the import command to populate my repository. > Now I am making a new file that did not exist before. What command do > I use? > > Here is my attempt to add a new file, it does not appear to be > working: > > C:\Program Files\Apache Group\Apache2\cgi-bin>cvs -d > :pserver:siegfried at 192.168.0.8/c//CONVEX add -m "temp file: delete > this" EditCaseWorkSiegShafi.pl cvs add: cannot open CVS/Entries for > reading: No such file or directory cvs [add aborted]: no repository > > What am I doing wrong? > > Thanks, > Siegfried > You need to run cvs add from within a sandbox, and it will added to the corresponding location in the repository. Also, adding only marks a file for addition. You need to commit before it will actually be added to the repository. << in your sandbox >> cvs add foo.pl cvs ci -m "adding test file" foo.pl -- Glen Starrett _______________________________________________ cvsnt mailing list cvsnt at cvsnt.org http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt cvsnt downloads at march-hare.com https://www.march-hare.com/cvspro/en.asp#downcvs @CVSNT on Twitter CVSNT on Facebook _______________________________________________ cvsnt mailing list cvsnt at cvsnt.org http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt cvsnt downloads at march-hare.com https://www.march-hare.com/cvspro/en.asp#downcvs @CVSNT on Twitter CVSNT on Facebook