Re: Problem with migrating Repository from Solaris to Linux

2004-09-09 Thread Mark D. Baushke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jörg Reiners <[EMAIL PROTECTED]> writes: > I have not set CVS_RSH, so it uses rsh. > If I try rsh server.my.home date I get only the date with > an empty line below but no other output. If you really do have an extra empty line, then it is likely a p

Re: How to handle cariage retrun ?

2004-09-09 Thread Didier
Now I wanted to upload a text file (zipped on Windows) via ftp and then unzip and commit it directly on the server (using telnet). why? Because unfortunatly I can't use cvs from where I am... New Caledonia Lifou island. The ISP can't tell me why I only get the response to the cvs commands if I

Problem using . in cvs r* commands

2004-09-09 Thread Colm Aengus Murphy
Hi folks, We noticed that cvs r* commands have problem when you use a . to indicate the whole repository. e.g. > cvs rlog . cvs rlog: Logging . cvs rlog: Logging CVSROOT cvs [rlog aborted]: received abort signal cvs: recurse.c:639: do_recursion: Assertion `strstr ( repository, "/./" ) == ((void

excluded subdir from module not working

2004-09-09 Thread Jonathan Villa
I've googled for this, but the best result I find times out... In my modules file I have projectA projects/A !projects/A/samples !projects/A/clientests projectB projects/B When I try $ cvs checkout projectA When I try checkout it out [EMAIL PROTECTED] project

Re: Problem using . in cvs r* commands

2004-09-09 Thread Mark D. Baushke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Colm Aengus Murphy <[EMAIL PROTECTED]> writes: > We noticed that cvs r* commands have problem when you use a . to > indicate the whole repository. > e.g. > > cvs rlog . > cvs rlog: Logging . > cvs rlog: Logging CVSROOT > cvs [rlog aborted]: received

checking modules doesn't create directory desired

2004-09-09 Thread Jonathan Villa
I have 4 modules specified, they are as simple as /z /z /z /z when I checkout the module, it creates a directory called $module_name, which is fine. Now, I have one different entry in the modules file. x -a !/yyy/ !

RE: CVS - brief summary

2004-09-09 Thread Hamid Ghassemi
Use the following command Cvs diff --brief file1.pl This will dive you what you need. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Black (delete obvious bit) Sent: Monday, September 06, 2004 10:05 PM To: [EMAIL PROTECTED] Subject: CVS - brief

RE: CVS - brief summary

2004-09-09 Thread Erik Andersson
I think what you are asking for is this simply to do an update Try cvs -q update This generates a list of files that differ from the repository M XXX/file1.txt A XXX/file2.txt C YYY/file3.txt Regards / Erik -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf