rcsinfo/loginfo exclude directories

2005-05-05 Thread Michael Starkie
hi, how does one specify, in the common syntax, the exclusion of a file? For example, I want to apply a script called bugz.txt to ALL commits except modules listed at the bottom of rcsinfo. i have this regular expression in rcsinfo that I thought tells cvs to apply bugz.txt to all modules that DO

RE: Renaming a branch

2005-05-05 Thread David Leskovac
>David Leskovac writes: >> >> Okay. So, just to be clear, this is actually a 3-step process: >> 1. Checkout branch: >>cvs co -r >> 2. Rename from sandbox: >>cd to root of module in sandbox >>cvs admin -n newname:oldname >> 3. Delete original tag name sandbox: >>cd to root of mo

Re: Renaming a branch

2005-05-05 Thread Larry Jones
David Leskovac writes: > > If the "cvs admin -n" command renames branches why the need to delete > the original branch name? What happens if you don't delete the original name? admin -n doesn't rename the branch, it just creates a new name for it. If you don't delete the old name, you can use ei

RE: rcsinfo/loginfo exclude directories

2005-05-05 Thread Bulgrien, Kevin
You are confusing [^] with ^ ^test-mode matches from the beginning of the line. [^1234] matches a character other than 1234. http://www.regular-expressions.info/reference.html I am not aware of a general purpose "not" for regular expressions. As a rule, regular expressions try to match somethin

1.12 to stable, when?

2005-05-05 Thread Michael Muller
I need a fature in version 1.12 of cvs (post-tagging hook). How stable is the 1.12 branch? Is there a published timeframe for when 1.12 will be "stable"? Does anyone on this distribution have an estimate? -- Michael Muller Senior Application Developer, [EMAIL PROTECTED], Inc. 2503 Walnut Street

Re: rcsinfo/loginfo exclude directories

2005-05-05 Thread Arno Schuring
You are confusing [^] with ^ ^test-mode matches from the beginning of the line. [^1234] matches a character other than 1234. http://www.regular-expressions.info/reference.html I am not aware of a general purpose "not" for regular expressions. As a rule, regular expressions try to match something,

Re: 1.12 to stable, when?

2005-05-05 Thread Mark D. Baushke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael Muller <[EMAIL PROTECTED]> writes: > I need a fature in version 1.12 of cvs > (post-tagging hook). For what it is worth, backporting that single feature to cvs 1.11.x should not be that hard for you to do... > How stable is the 1.12 branch?