Help !!!! - Rights on Branch

2002-09-12 Thread Vijay
Hi All, Please tell me that how can I assign rights to a particular user on selected branches instead of complete repository. Thanks in advance Vijay ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

Info about project structuring

2002-09-12 Thread P. Fleury
Hello, I have been surfing a quite bit to find information about what is important when structuring a project managed in CVS. The project has a pretty clear structure, but I still do not know what these project modules/sub-projects etc. should map to in the CVS world. Example: We can make a

checkout a deleted tagged file

2002-09-12 Thread Massimiliano Cialdi
I have a project within cvs repository. I tagged it and then the project evolved: some files was deleted. When I tried to checkout the tagged version, files deleted was missing although they was present when I tag the project. there is onother way to freeze a version? thanks

no space on device - import

2002-09-12 Thread Fredrik Svensson
Hi, I just had to import (update) a third party source. While importing the import crashed with no space left on device cvs -q import -m Import of NEWVERSION program Manufacturer NEWVERSION [..snip..] N path/subdir/file1 N path/subdir/file2 cvs import: ERROR: cannot write file

RE: checkout a deleted tagged file

2002-09-12 Thread Riechers, Matthew W
From: Massimiliano Cialdi [mailto:[EMAIL PROTECTED]] I have a project within cvs repository. I tagged it and then the project evolved: some files was deleted. When I tried to checkout the tagged version, files deleted was missing although they was present when I tag the project. If the

CVS beginners question regarding simple workflow...

2002-09-12 Thread Lee Francis Wilhelmsen
Hi I need some pointers regarding branching versioning. I have created a version of my project, but now I want to fix a bug in the version. I guess I need to create a branch, but am a little unclear on the correct procedure on how to go about it. Could anyone show me a quick recipe on the

CVS commit failure and lock files (under windows with cygwin)

2002-09-12 Thread Seth Copen Goldstein
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am using XP, cygwin, afs, and cvs. Recently I am having problems committing some files. I see from the archives that others have had similar problems, but no solutions have been posted. I try and commit file to repository and get: cvs [commit

RE: CVS beginners question regarding simple workflow...

2002-09-12 Thread Zieg, Mark
I have created a version of my project, but now I want to fix a bug in the version. I guess I need to create a branch, but am a little unclear on the correct procedure on how to go about it. Could anyone show me a quick recipe on the correct procedure? Based on what you described, you

RE: CVS beginners question regarding simple workflow...

2002-09-12 Thread Riechers, Matthew W
From: Lee Francis Wilhelmsen [mailto:[EMAIL PROTECTED]] I have created a version of my project, but now I want to fix a bug in the version. I guess I need to create a branch, but am a little unclear on the correct procedure on how to go about it. You can create a branch based on the

RE: CVS beginners question regarding simple workflow...

2002-09-12 Thread Riechers, Matthew W
From: Zieg, Mark [mailto:[EMAIL PROTECTED]] I have created a version of my project, but now I want to fix a bug in the version. I guess I need to create a branch, but am a little unclear on the correct procedure on how to go about it. Could anyone show me a quick recipe on the

pserver problem

2002-09-12 Thread James P. Schmidt
I'm getting the following response when trying to log into my newly created cvs server via pserver: cvs -d :pserver:(user@host):/usr/local/cvsrepos login (Logging in to (user@host)) CVS password: correct password cvs [login aborted]: unrecognized auth response from (host): Unknown command:

renaming a module

2002-09-12 Thread Massimiliano Cialdi
How can I rename a module without loose the files history? thanks ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

moving a file

2002-09-12 Thread Massimiliano Cialdi
how can I move a file from a directory to another whithout loose the history? thanks ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

Re: Help !!!! - Rights on Branch

2002-09-12 Thread Larry Jones
Vijay writes: Please tell me that how can I assign rights to a particular user on selected branches instead of complete repository. CVS doesn't really support that directly, but you may be able to use scripts called from the administrative files to do what you want:

Re: no space on device - import

2002-09-12 Thread Larry Jones
Fredrik Svensson writes: While importing the import crashed with no space left on device [...] What should I do now to save the situation ? After fixing the space problem, just do exactly the same import again -- CVS will essentially pick up where it left off. If I have to move the cvs

Re: moving a file

2002-09-12 Thread Larry Jones
Massimiliano Cialdi writes: How can I rename a module without loose the files history? [...] how can I move a file from a directory to another whithout loose the history? http://www.cvshome.org/docs/manual/cvs_7.html#SEC70 -Larry Jones ...That would be pretty cool, if they weren't

Re: CVS commit failure and lock files (under windows with cygwin)

2002-09-12 Thread Larry Jones
Seth Copen Goldstein writes: cvs [commit aborted]: error writing to lock file $repository/,$file, where $repository is the path to the repository and $file is the file I am trying to commit. I have permissions in $repository and can touch ,file, there. But cvs fails. ANy

Re: pserver problem

2002-09-12 Thread Larry Jones
James P. Schmidt writes: cvs -d :pserver:(user@host):/usr/local/cvsrepos login (Logging in to (user@host)) CVS password: correct password cvs [login aborted]: unrecognized auth response from (host): Unknown command: `pserver' That means that your newly created server doesn't support

Re: CVS commit failure and lock files (under windows with cygwin)

2002-09-12 Thread David Marshburn
On Thu, 12 Sep 2002, Larry Jones wrote: Seth Copen Goldstein writes: cvs [commit aborted]: error writing to lock file $repository/,$file, where $repository is the path to the repository and $file is the file I am trying to commit. I have permissions in $repository and can

Re: CVS commit failure and lock files (under windows with cygwin)

2002-09-12 Thread Larry Jones
David Marshburn writes: If I may draw this point out slightly (I've had the same problem), can you tell us what CVS would be doing at the time? In what way does it try to create this lock file? Is there anything special or different about that? Any clue as to what would make this fail? I

RE: CVS commit failure and lock files (under windows with cygwin)

2002-09-12 Thread Seth Copen Goldstein
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The file does not seem to exist after the failure, so either - - it was created, the error occurred, and then it was deleted, or - - it was not able to be created. Not sure how to tell which it is. - -seth BTW: Is there a short doc on how to use

Re: moving a file

2002-09-12 Thread Greg A. Woods
[ On Thursday, September 12, 2002 at 16:26:28 (+0200), Massimiliano Cialdi wrote: ] Subject: moving a file how can I move a file from a directory to another whithout loose the history? $ cd .. $ cp foodir/barfile blahdir $ cvs rm -f foodir/barfile $ cd blahdir

Re: no space on device - import

2002-09-12 Thread Mike Ayers
Larry Jones wrote: If you can move it without changing its full path and without using symbolic links, the move will be completely transparent. If you keep the path the same by using symbolic links, most things will work fine but eventually you'll probably run into problems with things

Re: moving a file

2002-09-12 Thread Paul Sander
--- Forwarded mail from [EMAIL PROTECTED] [ On Thursday, September 12, 2002 at 16:26:28 (+0200), Massimiliano Cialdi wrote: ] Subject: moving a file how can I move a file from a directory to another whithout loose the history? $ cd .. $ cp foodir/barfile blahdir $ cvs rm

Re: no space on device - import

2002-09-12 Thread Eric Siegerman
On Thu, Sep 12, 2002 at 10:50:49AM -0700, Mike Ayers wrote: cvs relocate /old_root/ /new_root This doesn't belong in CVS proper. It wouldn't hurt to have a supported (as opposed to ./contrib) script for it, if someone felt like writing one, and someone else felt like committing it :-) But

CVS and policy control

2002-09-12 Thread Johnson, Susan
I am trying to find out how to handle policy control within CVS at the server level, just like the pre-op and post-op triggers within ClearCase. I have read about the files: loginfo taginfo rcsinfo editinfo commitinfo Can I modify taginfo to prevent deletion of branch tags and moving of tags

Re: moving a file

2002-09-12 Thread Greg A. Woods
[ On Thursday, September 12, 2002 at 10:41:29 (-0700), Paul Sander wrote: ] Subject: Re: moving a file Using this method, technically, no history is lost. However, it is fragmented. You cannot use a single cvs log command to see the entire history of the file (before and after the move),

Re: moving a file

2002-09-12 Thread Kaz Kylheku
On Thu, 12 Sep 2002, Greg A. Woods wrote: [ On Thursday, September 12, 2002 at 10:41:29 (-0700), Paul Sander wrote: ] Subject: Re: moving a file Using this method, technically, no history is lost. However, it is fragmented. You cannot use a single cvs log command to see the entire

Re: moving a file

2002-09-12 Thread Paul Sander
--- Forwarded mail from [EMAIL PROTECTED] [ On Thursday, September 12, 2002 at 10:41:29 (-0700), Paul Sander wrote: ] Subject: Re: moving a file Using this method, technically, no history is lost. However, it is fragmented. You cannot use a single cvs log command to see the entire history

Setting Up CVS to email notifications

2002-09-12 Thread the_witchman
I'm reading through Version Management with CVS (Per Cederqvist), and I'm a bit confused how I set up mail notifcations for my end users. I would like CVS to contact a mail server and send mail from a CVS_Admin account to the User_In_Question account when a file is being watched. From my

Re: CVS and policy control

2002-09-12 Thread david
I am trying to find out how to handle policy control within CVS at the server level, just like the pre-op and post-op triggers within ClearCase. I have read about the files: loginfo taginfo rcsinfo editinfo commitinfo Can I modify taginfo to prevent deletion of branch tags and

checkout without modifying the Entries file

2002-09-12 Thread Matthew Herrmann
Hi All, I've developed a release script which is version controlled, and which checks out and compiles a particular version of the product: ie cvs co proj cd proj release PROJ_V_1_1_1 which does: cvs co -rPROJ_V_1_1_1 -d%TEMP%\proj_temp cd %TEMP%\proj_temp build the problem is that since the