Re: tag and branch names collision

2005-02-03 Thread Jean-Pierre Sevigny
Jim.Hyslop wrote: Jean-Pierre Sevigny wrote: Any ways to list the files in a module that have a tag and a branch with the same name? I think you'll have to write a script to do it. Pick one file as your reference, and do 'cvs stat -v' on it. You'll get a list of tags, w

Re: tag and branch names collision

2005-02-03 Thread Larry Jones
Jean-Pierre Sevigny writes: > > Any ways to list the files in a module that have a tag and a branch with > the same name? Unless you have a broken CVS (or RCS), there aren't any. You can't have a revision tag and a branch tag with the same name on the same file. -Larry Jones I can feel my bra

RE: tag and branch names collision

2005-02-03 Thread Jim.Hyslop
Jean-Pierre Sevigny wrote: > Any ways to list the files in a module that have a tag and a > branch with > the same name? I think you'll have to write a script to do it. Pick one file as your reference, and do 'cvs stat -v' on it. You'll get a list of tags, which will either say "revision" or "bra

Re: Server Crash...

2005-02-03 Thread Larry Jones
Patrick Liechty writes: > > I tried connecting to a local repository with Wincvs, but it says it can't > read the config files. That makes sense, they are in a UNIX style naming > convention. Is there any way I can get the latest release of my project out > of this UNIX config now that it is on

RE: Server Crash...

2005-02-03 Thread Jim.Hyslop
Matt Doar wrote: > You might try installing cygwin with Unix-style line endings and then > run a CVS server from there. CVSNT may be do this? Alternatively, the > opposite of the dos2unix utility may be available for Windows. unix2dos is part of the cygwin distribution. -- Jim Hyslop Senior Softw

tag and branch names collision

2005-02-03 Thread Jean-Pierre Sevigny
Hi, Any ways to list the files in a module that have a tag and a branch with the same name? Thanks, Jean-Pierre ___ Info-cvs mailing list Info-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/info-cvs

RE: Server Crash...

2005-02-03 Thread Matt Doar
You might try installing cygwin with Unix-style line endings and then run a CVS server from there. CVSNT may be do this? Alternatively, the opposite of the dos2unix utility may be available for Windows. ~Matt > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > O

Server Crash...

2005-02-03 Thread Patrick Liechty
Hello, I had a cvs server running on Solaris. The hard drives began showing signs of crashing, so I pulled all the data and cvs files off to a Windows machine. I need to pull the latest release of my projects from cvs. I tried connecting to a local repository with Wincvs, but it says it can't r

Stable CVS Version 1.11.19 Released!

2005-02-03 Thread Derek Price
Stable CVS 1.11.19 has been released. Stable releases contain only bug fixes from previous versions of CVS. This version fixes several minor bugs in both the CVS client and server executables including an intermittent assertion failure on checkout. This versions also includes all the files n

Re: how to get all tags in a given branch

2005-02-03 Thread Yves Guerte
Thanks to both of you. Yves "Jim.Hyslop" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > [EMAIL PROTECTED] wrote: > > cvs history -Ta | grep branchname > Note that this will only list tags that were applied with 'cvs rtag', not > with 'cvs tag' _

Getting Error

2005-02-03 Thread Agrawal, Vivek
Title: Getting Error Hi, I am trying to connect to a CVS server setup on a windows NT machine. I am using the authentication of windows NT. I am using Win CVS to connect. I am able to log in using pserver protocol. But when I try to either Import Module or Checkout Module, I get an error.

Re: user privileges for files / dirs / modules

2005-02-03 Thread Todd Denniston
Larry Jones wrote: > > [EMAIL PROTECTED] writes: > > > > I'm not trying to do anything special. Just for some reason, if I > > co/ci a file in my .../CVSROOT dir, other files perms get reset, > > e.g., logtags and taglogs. > > That's because whenever you check in something in $CVSROOT/CVSROOT, >

Re: user privileges for files / dirs / modules

2005-02-03 Thread Larry Jones
[EMAIL PROTECTED] writes: > > I'm not trying to do anything special. Just for some reason, if I > co/ci a file in my .../CVSROOT dir, other files perms get reset, > e.g., logtags and taglogs. That's because whenever you check in something in $CVSROOT/CVSROOT, *all* of the administrative files get

RE: how to rollback

2005-02-03 Thread Jim.Hyslop
Frank Zhu wrote: > If I commit a change that include multiple files, but later > need rollback this commit. How can do that provided I have a > labeled the repository before commit? You want to use the -j options in CVS update. Assuming you have the tags pre-commit and post-commit applied (with

Re: how to rollback

2005-02-03 Thread Larry Jones
Frank Zhu writes: > > If I commit a change that include multiple files, but later need > rollback this commit. How can do that provided I have a labeled the > repository before commit? cvs up -jafter -jbefore cvs ci -m'rollback' If you didn't tag after the commit but you're absol

RE: how to get all tags in a given branch

2005-02-03 Thread Jim.Hyslop
[EMAIL PROTECTED] wrote: > cvs history -Ta | grep branchname Note that this will only list tags that were applied with 'cvs rtag', not with 'cvs tag' -- Jim Hyslop Senior Software Designer Leitch Technology International Inc. ( http://www.leitch.com ) Columnist, C/C++ Users Journal ( http://www.c

RE: user privileges for files / dirs / modules

2005-02-03 Thread Christopher.Fouts
>-Original Message- >From: Larry Jones [mailto:[EMAIL PROTECTED] >Sent: Wednesday, February 02, 2005 1:34 PM >To: Fouts Christopher (IFNA MP DC) >Cc: info-cvs@gnu.org >Subject: Re: user privileges for files / dirs / modules > > >[EMAIL PROTECTED] writes: >> >> Thanks, but I believe I've d

RE: how to get all tags in a given branch

2005-02-03 Thread Christopher.Fouts
cvs history -Ta | grep branchname -chris >-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] >] On Behalf Of Yves Guerte >Sent: Thursday, February 03, 2005 5:02 AM >To: info-cvs@gnu.org >Subject: how to get all tags in a given branch > > >Hi, > >I would like to ge

how to get all tags in a given branch

2005-02-03 Thread Yves Guerte
Hi, I would like to get in chronological order all the tags (I mean the names) in a given branch of a repository. How can I do it? Thanks for any help. Yves ___ Info-cvs mailing list Info-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/info-cvs

Re: 'cvs add' client/server semantics (was Re: Triggers)

2005-02-03 Thread Paul Sander
On Feb 2, 2005, at 12:53 PM, [EMAIL PROTECTED] wrote: [ On Wednesday, February 2, 2005 at 03:35:48 (-0800), Paul Sander wrote: ] Subject: Re: 'cvs add' client/server semantics (was Re: Triggers) Committing empty files may not be permitted by project policy. Straw man! (and a B.S. policy if I've ev