System username and :ext:/SSH

2003-11-16 Thread Stephen Biggs
Is there a way to duplicate the behavior of the CVSROOT/passwd actions when logging on with SSH? Specifically, if there is a system username alias in the passwd file, this takes effect when logging on with a password. Is there a way to get that system username when accessing the repository

Comparison of two repositories?

2003-09-10 Thread Stephen Biggs
Is there any easy way to do a full diff of two checked out trees from different repositories? The way I am doing it now is to export both trees (with -kk) so I don't have the CVS directories and then do a command line diff between the two local trees. What I would like to do is to be able to act

Howto?

2003-08-14 Thread Stephen Biggs
1. Rename a module in the repository? Is it even possible? That way, the next time somebody checks out the entire module, the directory name will have the change? 2. If I checkout a module from one repository, say from the Internet, and then import it into a second repository, say my local one,

Re: Newbie: problems adding directory to repository

2003-08-14 Thread Stephen Biggs
Delete the CVS directory under MyDatabase in your local copy, re-add it and re-add the files under it, commit, and you should be fine. I just had this same problem. On Thu, 2003-08-14 at 16:55, Jesse Sheidlower wrote: I've recently started using CVS to help manage a programming project that

Re: Command-line multi-line messages for commit

2003-06-08 Thread Stephen Biggs
On Wed, 2003-06-04 at 02:44, Eric Siegerman wrote: On Tue, Jun 03, 2003 at 12:46:42PM +0300, Stephen Biggs wrote: I got it to work using another way which actually works better if you don't want to be so interactive (one press of the enter key instead of 3): $ cvs ci -m line 1'$\n'line

Command-line multi-line messages for commit

2003-06-03 Thread Stephen Biggs
Greetings all, How do I enter in multi-line log messages when I want to commit? I tried using \n, \\n, ^L in the quoted text string for the -m option but no go; all are on the same line with the quoted string in the log message. Running bash on Linux, Redhat 8.0. I tried embedding for bash

RE: Command-line multi-line messages for commit

2003-06-03 Thread Stephen Biggs
at 11:02, Lemke, Michael IZ/HZA-IC1 wrote: -Original Message- From: Stephen Biggs [mailto:[EMAIL PROTECTED] Sent: Sunday, June 01, 2003 11:12 AM To: [EMAIL PROTECTED] Subject: Command-line multi-line messages for commit Greetings all, How do I enter in multi-line log