Re: disable changes of local file

2005-07-12 Thread Pierre Asselin
[EMAIL PROTECTED] wrote: > Got large data file in project that I've imported to the repository > along with other files. I'd like this file to be kept in repository, > but that local changes (this file is changend often locally, because of > testing) do not change the copy in repository and that du

Re: add new files to branch

2005-07-09 Thread Pierre Asselin
Mei-Xing Zhao <[EMAIL PROTECTED]> wrote: > Thanks. "cvs tag" works. But after running this cvs tag command, do I do > a "cvs add" to add this file the the branch? It's already "added". Just switch your sandbox to the branch, cvs update -r release-1-patch and you'll find that the file is now

Re: add new files to branch

2005-07-08 Thread Pierre Asselin
Mei-Xing Zhao <[EMAIL PROTECTED]> wrote: > [ ... ] > cvs rtag -b -r release-2 release-1-patch A Just use "cvs tag" instead of "cvs rtag" (and do it from a trunk sandbox where the "A" file is present). -- pa at panix dot com ___ Info-cvs mailing list I

Re: merging branch to HEAD when branch contains partly trunk changes already

2005-07-08 Thread Pierre Asselin
HK <[EMAIL PROTECTED]> wrote: > Suppose the following situation. > +-1.25.2 .. -- 1.25.2.2 -- 1.25.2.5 > | ^ > | |merge in > 1.25 -- ... -- 1.27 -- ... -- 1.31 > At 1.25 I created a branch. > Later I merged the changes between 1.25 and 1.27 > into the branch at 1.25

Re: CVS Server Change

2005-06-23 Thread Pierre Asselin
Soo-Hyun Choi <[EMAIL PROTECTED]> wrote: > I am a beginner in using CVS, and have a question on to change the CVS server. > [ ... ] > Would this work if I simply copy the CVS's ,v files with the directory > to the machine S's cvsroot directory? Yes. This also makes your existing sandboxes nonfunc

Re: cvs update $Name: $ expansion

2005-06-23 Thread Pierre Asselin
[EMAIL PROTECTED] wrote: > I can't get $Name: $ to expand on an update in my script below. > It works when checking out. But, do I really have to do a checkout? I think it works on update, *if* the working copy is missing and the update has to get a new copy from scratch. (And, of course, if the

Re: How to control the current version of CVSROOT/modules ?

2005-06-22 Thread Pierre Asselin
[EMAIL PROTECTED] wrote: > Is it possible to roll back the version of the currently used > CVSROOT/modules file? > [ correct description of amperstand modules conundrom ] As Jim said, you're stuck. You can always do this, cvs checkout CVSROOT && cd CVSROOT cvs update -j HEAD -j oldrev m

Re: Cron process to schedule CVS check in as another user ???

2005-06-22 Thread Pierre Asselin
[EMAIL PROTECTED] wrote: > We would like to version PLSQL code, but we don't want the repository > to be updated until code has successfully been compiled and deployed to > the DB. Would branching do ? Develop and test on a branch and merge to the trunk when the tests are declared passed. > [ s

Re: Importing new vendor release from RCS

2005-06-21 Thread Pierre Asselin
Berthold H?llmann <[EMAIL PROTECTED]> wrote: > I'm trying to import a new vendor release into a CVS repository. I > would like to keep the RCS history provided with the project. Is there > an easy way to achieve this? Do you mean they gave you a directory tree populated with RCS ,v files ? If so,

Re: CVS-Directories disappear when uploading per SFTP-Client

2005-06-21 Thread Pierre Asselin
Dennis von Ferenczy <[EMAIL PROTECTED]> wrote: > Thanks for your advice. But what will be the advantage? If I get you right, > then I would have to do a commit every time I want to test the changes in my > scripts, Yes. > even if I have changed only a single line of code Yes. > - and even if t

Re: CVS-Directories disappear when uploading per SFTP-Client

2005-06-20 Thread Pierre Asselin
Dennis von Ferenczy <[EMAIL PROTECTED]> wrote: > [ ... ] > The problem is the following: > the cvs server is at the same time the web server where the application > runs. So I have to checkout to the web server. But: My IDE runs locally on > my machine and it needs the complete source code to ena

Re: CVS-Directories disappear when uploading per SFTP-Client

2005-06-19 Thread Pierre Asselin
Dennis von Ferenczy <[EMAIL PROTECTED]> wrote: > When I do a checkout everything is fine and a "CVS" directory is present in > every directory of the checked out module. However as soon as I upload a > changed version of of my code using my SFTP-Client the CVS-Directory > disappears from the direc

Re: problem importing directory called 'tag'

2005-06-02 Thread Pierre Asselin
Peter Dobbs <[EMAIL PROTECTED]> wrote: > I'm importing someone elses code and part of the tree has a directory > called tag. > Everything imports except this directory.. Is there some way to get this > to import ? I don't remember that name being reserved anywhere in CVS. Check to see if the t

Re: CVS misc questions

2005-06-02 Thread Pierre Asselin
Fabio Miranda Hamburger <[EMAIL PROTECTED]> wrote: > I have a misc list of CVS questions regarding web development: > 1. Let's say you have 10 developers uploading files from dreamweaver to a > apache server (let's assume no testin). If you implement CVS, how can you > implement CVS in these situ

Re: $id automatically inserted in file

2005-05-25 Thread Pierre Asselin
Klaus Hebsgaard <[EMAIL PROTECTED]> wrote: > "Russ Sherk" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > >Have a look at cvs admin command. Specifically the -k option. (-kto?) > Sorry for not writing this from the beginning - I knew about this option, > however i access cvs

Re: How to "undo" a commit?

2005-05-21 Thread Pierre Asselin
Christian Hujer <[EMAIL PROTECTED]> wrote: > What is the best way to make the HEAD revision of the files being the > previous > revision? I've read the faq, they say if the last version is 1.31, "checkout > 1.30 and recheckin as 1.32". But I cannot imagine how to do this. cvs update -j 1.3

Re: merge revision conflict

2005-05-19 Thread Pierre Asselin
Dean Do <[EMAIL PROTECTED]> wrote: > I'm currently running CVS 1.10.4 on Solaris. I have a issue with merge in > which the only conflict is the CVS revision. Is there any switch to tell > CVS to ignore diff in revs? Oftentimes, both files on the branch and the > HEAD are already in sync, howeve

Re: sandbox on NFS-mounted directory?

2005-04-24 Thread Pierre Asselin
Terrence Enger <[EMAIL PROTECTED]> wrote: > I have seen lots of warnings against accessing a repository > through an NFS mount. But I do not remember seeing any > comments about accessing a sandbox through an NFS mount. > (Although, until today, I did not think I cared, so could > easily have ove

Re: moving directories within CVS

2005-04-14 Thread Pierre Asselin
[EMAIL PROTECTED] wrote: > I need to physically move a directory within the repository, without > losing any delta history. So far, my process looks like this: > [ snip ] > And that process works *fine* so far in my tests. But I was wondering if > there was a way to simplify this process, to be

Re: trouble with cvs add

2005-04-14 Thread Pierre Asselin
Russ Sherk <[EMAIL PROTECTED]> wrote: > Pierre, > Why so complicated to merge a file from head to a branch? I just ran > a little test and my recommended method works. Martin has some files > that exist in HEAD but not in BRANCH_1_2. Since they exist in the > repo, cvs

Re: alias module that checks out a particular branch

2005-04-13 Thread Jean-Pierre Sevigny
Thanks, I guess tagging the module file at the same time of tagging the module would allow to keep track of the module evolution? Would be cool to allow definition of modules per branches :) Thanks again for your answer, JP -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jean-Pierre Sevigny

Re: how to undo import

2005-04-12 Thread Pierre Asselin
Kevin Rodgers <[EMAIL PROTECTED]> wrote: > Should I infer from the complete lack of responses over the last 5 days > that my only option is to delete the distribution directory in the > repository itself, and start over with the current version? That may be, or possibly the original question was

Re: trouble with cvs add

2005-04-12 Thread Pierre Asselin
Mart?n Marqu?s wrote: > El Dom 10 Abr 2005 18:55, Pierre Asselin escribi?: > > > > One way is to add them to the branch first, and then merge that change > > to the trunk. But it's too late for that. > How would this be done? By deciding ahead of time that the fil

alias module that checks out a particular branch

2005-04-12 Thread Jean-Pierre Sevigny
Modules are cool! Is it possible to declare a module that does a checkout of a branch, i.e. something like: product_A = product branch A product_B = product branch B Regards, JP ___ Info-cvs mailing list Info-cvs@gnu.org http://lists.gnu.org/mailman/lis

Re: tagging an alias module

2005-04-12 Thread Jean-Pierre Sevigny
Cool! Very simple! Tyvm. Doh! I left out a really important '!'. Sorry. Your module should be: mymodule -a !Project/Web/Clientx Project/Web (See section C.1.4 of Cederqvist for a little more info. ;) Mark E. Hamilton wrote: Jean-Pierre, Jean-Pierre Sevigny wrote: Hi, I have a m

Re: Newbie Query: Command line option for checking out to local comp from cvs server

2005-04-11 Thread Pierre Asselin
Balaji D <[EMAIL PROTECTED]> wrote: > Can I checkout files from cvs server(Linux) to my local machine > (Windoaw based) through commandline? Sure. Just make sure the command-line client (cvs.exe) is on your Path. (If you installed one of the GUI front-ends, you almost certainly installed a comm

tagging an alias module

2005-04-11 Thread Jean-Pierre Sevigny
Hi, I have a module, say "mymodule", defined like this: mymodule -a Project/Web \ !Project/Web/Client1 \ !Project/Web/Client2 When tagging the module, everything in Web gets tagged. I would like not to tag Project/Web/Clientx. Is there an easy way to do this, beside restructuring my repo,

Re: trouble with cvs add

2005-04-10 Thread Pierre Asselin
Mart?n Marqu?s wrote: > I have a project with some branches. One of those branches is a > posible 1.2 release in which we are working out some problems. The > thing is that I add some files to the HEAD which I need in the 1.2 > release, but I just can't add it to the branch because it says that >

Re: Is there a safe way to do this kind of offline CVS management?

2005-04-04 Thread Pierre Asselin
Doug Lee <[EMAIL PROTECTED]> wrote: > Now for why... > I write scripts for a screen-reading program called JAWS For Windows > (JAWS stands for Job Access With Speech). JAWS scripts must all exist > and run in a specific directory, say c:\jaws510\settings\enu. JAWS > scripts are named after the

Re: Is there a safe way to do this kind of offline CVS management?

2005-04-02 Thread Pierre Asselin
Doug Lee <[EMAIL PROTECTED]> wrote: > I use CVS to manage a number of projects. When possible, I use a > central repository and link to it either locally or through a tunnel. > But sometimes I have to work on a CVS project at a location that has > no Internet connectivity. For that, I've routinel

Re: nameless branch with cvs

2005-04-02 Thread Pierre Asselin
Alexandre <[EMAIL PROTECTED]> wrote: >due to an error a branch containing many version of a file has been > moved to one of its file therefore creating what look like a nameless > branch.. Is there a way to "move back" the branch ( name ). cvs admin -NBR_MYBRANCH:x.y.0.z the_broken_file

Re: Help with CVS

2005-03-27 Thread Pierre Asselin
asdf qwer <[EMAIL PROTECTED]> wrote: > I am a graduate student at Illinois state university, USA. I am writing a > research paper on "SCM and web development". One part of the paper talks > about different tools. > I need some information from any of you who has worked with CVS in a web > devel

Re: how to make branch alias for HEAD branch

2005-03-25 Thread Pierre Asselin
Victor A. Prylipko <[EMAIL PROTECTED]> wrote: > I.m trying to make branch alias for HEAD branch using > cvs admin -n ALIAS:HEAD file2.txt Try "cvs admin -nALIAS:1 file2.txt". This assumes that your trunk revision numbers are still of the form 1.n . -- pa at panix dot com __

Re: Using SSH with WinCVS

2005-03-19 Thread Pierre Asselin
EdJ <[EMAIL PROTECTED]> wrote: > I can't figure out how to use WinCVS to connect via SSH to a Linux-based CVS > server. I need to use the ext protocol, because pserver is not secure. > I've been using TortoiseCVS for months, but WinCVS seems like it just wants > to talk to CVSNT as a server. Inst

Re: Setting up first repository

2005-03-09 Thread Pierre Asselin
Roddie <[EMAIL PROTECTED]> wrote: > [a test repository] is a good idea and I've been trying it. > I can log in OK, but when I try > to import a trial project using "cvs -d > :pserver:[EMAIL PROTECTED]:/usr/local/CVS import myProj no-vendor release-0" > I get "cvs [import aborted]: reading CVS/Tag:

Re: CVSIGNORE file help?

2005-03-07 Thread Pierre Asselin
OTESAO <[EMAIL PROTECTED]> wrote: > I have a whole bunch of files in my local client directory that I wanted > to ignore whenever doing and update or commit to the server. > [ ... ] Not sure what you want to do but: once a file is under CVS control, you can't ignore it. The .cvsignore and relate

Re: Again: multiple vendors

2005-03-06 Thread Pierre Asselin
Baurzhan Ismagulov <[EMAIL PROTECTED]> wrote: > On Fri, Mar 04, 2005 at 02:42:56AM +0000, Pierre Asselin wrote: > > The multiple vendor branch was not funny, so I agree with Greg. > > I had to manually reset many "admin -b" values, move files in and > > out

Re: Setting up first repository

2005-03-05 Thread Pierre Asselin
Roddie <[EMAIL PROTECTED]> wrote: > I'm new to CVS, and I've been reading up about it for some weeks. > [ ... ] > I'm a one-man website developer. As things have turned out, I do relatively > complex on-going work on a small number of sites. Development is on my OS X > Mac laptop, and deployment is

Re: Again: multiple vendors

2005-03-03 Thread Pierre Asselin
Baurzhan Ismagulov <[EMAIL PROTECTED]> wrote: > Could a Branching Expert please help me drawing the same for my needs? > I've got 4 upstream vendors and want to keep them in different branches. > I have two goals: importing new upstream versions and merging the deltas > into the main trunk, and tr

Re: Again: multiple vendors

2005-03-03 Thread Pierre Asselin
Greg A. Woods <[EMAIL PROTECTED]> wrote: > Multiple vendor branches CANNOT work for what you want. Period. Maybe with the new "import -X" in cvs 1.12.x ? This was touched upon briefly in another thread. https://www.cvshome.org/docs/manual/cvs-1.12.11/cvs_16.html#SEC154 I once did a two-vendor

Re: vendor/local files in CVS

2005-02-24 Thread Pierre Asselin
Mark D. Baushke <[EMAIL PROTECTED]> wrote: > New imports are always on the vendor branch with -X and 1.2 is always > dead. So, the trunk is no longer ever potentially broken. Hmmm, I see. I had read the 1.12 documentation at https://www.cvshome.org/docs/manual/cvs-1.12.11/cvs_16.html#SEC115 and

reverting commits on large projects

2005-02-24 Thread Jean-Pierre Sevigny
Hi, Is there an easy way to revert large commits, say, i want to an entire project to revert to a previously tagged version? Or do i have to do it file by file? JP ___ Info-cvs mailing list Info-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/info-cvs

Re: reverting commits on large projects

2005-02-24 Thread Jean-Pierre Sevigny
Hi, Is there an easy way to revert large commits, say, i want to an entire project to revert to a previously tagged version? Or do i have to do it file by file? JP Sorry for the question, i found it by finally googling for the right stuff. ie: cvs tag tmp_post_goof cvs update -jtmp_post_goof -jm

Re: vendor/local files in CVS

2005-02-23 Thread Pierre Asselin
Mark D. Baushke <[EMAIL PROTECTED]> wrote: > Pierre Asselin <[EMAIL PROTECTED]> writes: > > ... It's important to understand that each > > import after the first *breaks the trunk* until > > the merge has been successfully committed. > Note that if you

quick question

2005-02-22 Thread Jean-Pierre Sevigny
Hi, Is there a way to detect if a tag is a tag or a branch, with taginfo? Thanks! ___ Info-cvs mailing list Info-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/info-cvs

Re: vendor/local files in CVS

2005-02-21 Thread Pierre Asselin
Bob Fyfe <[EMAIL PROTECTED]> wrote: > We receive source code from a vendor which consists of many files > (call it version 1). Ok so far. > That source code requires running a 'make' to > set up the environment from the tar file they distribute. Fine, but the 'make' has nothing to do with CVS

Re: Latest Versions in Separate Folder than Repository

2005-02-19 Thread Pierre Asselin
[EMAIL PROTECTED] wrote: > I've had a CVS set up, but an idea crossed my mind. Is there a way to > make it so that cvs will keep the latest versions of the files in the > repository (in their working form, not diff form) on the server in a > folder separate from the repository? With the loginfo

Re: user permissions of files and directories

2005-02-07 Thread Pierre Asselin
Matthias Friebe <[EMAIL PROTECTED]> wrote: > I was unsuccessfully checking several CVS documentation for user > permissions in CVS. Larry already pointed you to the docs on cvshome.org, so start there. Note the bit about "LockDir" in CVSROOT/config, which is necessary if you plan to give read-on

Re: Which combination of CVS-Tools can be recommended in a (Windows-Linux) Client-Server environment?

2005-02-07 Thread Pierre Asselin
Christian <[EMAIL PROTECTED]> wrote: > I'm currently installing a linux-server with red-hat 9. There are > a few clients that run on Windows XP or Windows 2000. Now I have > to make thoughts which CVS- tool to take, because it is planned to > use CVS for source control. Has someone made experien

file both in the root and the Attic

2005-02-07 Thread Jean-Pierre Sevigny
Hi, How can a file, on the repository server, be both in the root ($repo/Module/file/.txt) and in the Attic ($repo/Module/Attic/file.txt) ? I'm trying to reproduce that, without success. I wonder if someone copied them directly, on the server. Regards, Jean-P

Re: tag and branch names collision

2005-02-04 Thread Jean-Pierre Sevigny
Jim.Hyslop wrote: Jean-Pierre Sevigny wrote: Thanks for the answer. I'm having a case i don't understand. I have a file that was added to a branch. So, the HEAD view shows it in the Attic. Now, on the HEAD, a tag was added (at the same level, i.e. revision 1.1). I&#

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'l

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: RV: Newbie question. How to manage replaced files

2005-01-30 Thread Pierre Asselin
N?stor Bosc?n <[EMAIL PROTECTED]> wrote: > > I have been using CVS for some time and have encounter problems when > somebody gives me a file that I have to replaced in my CVS sandbox. This > always happens because sometimes I have people outside the organization and > they send new versions of fi

Re: FW: can I checkout up to three branches into one workspace?

2005-01-21 Thread Pierre Asselin
Mark Hanna <[EMAIL PROTECTED]> wrote: > Pierre, > We don't ship src, but are currently in the situation where we have > numerous branches all with customer specific areas which are pulled into > the build. The maintenance of these branches with fixes having to be &

Re: cancel the last commit

2005-01-21 Thread Pierre Asselin
Jehan PROCACCIA <[EMAIL PROTECTED]> wrote: > [ ... ] > $ cvs -d :pserver:[EMAIL PROTECTED]:/var/cvs update -A > [ ... ] > RCS file: /var/cvs/trombintDev/easyExtract.php,v > retrieving revision 1.3 > retrieving revision 1.4 > Merging differences between 1.3 and 1.4 into easyExtract.php > easyExtrac

Re: cancel the last commit

2005-01-19 Thread Pierre Asselin
jehan.procaccia <[EMAIL PROTECTED]> wrote: > Great I've managed to "rollback" to a stable revision with the above doc. > Now I want to keep that stable revision in production, and create a > branch for new/beta features or a branch for the *stable* codeline, leaving the new/beta stuff on the tru

Re: can I checkout up to three branches into one workspace?

2005-01-18 Thread Pierre Asselin
Mark Hanna <[EMAIL PROTECTED]> wrote: > We want to reconstruct our code base within one module that already > exists. Currently we branch a copy of the entire src of the module onto > a branch and develop it specifically for each customer but due to the > increasing number of customers we want to

Re: [Fwd: Q on keyword substitution]

2005-01-10 Thread Pierre Asselin
jsWalter <[EMAIL PROTECTED]> wrote: > > It's -kv, not '-ko'. '-kv' removes the keyword (and the bracketing > > $$) and leaves only the value. > OK, but doesn't this strip ALL the keywords? Yes. It's all or nothing. > > and you have to be *very* careful with the spelling of '$Revision: > > $'

Re: Advice regarding Branches

2005-01-08 Thread Pierre Asselin
jeetu mahtani <[EMAIL PROTECTED]> wrote: > [ ... ] > Since we may need to do patch releases in the interim I have both of > them working in their own branches to isolate Main. The usual approach is to start a support branch at every release point. Your patch release would be done off the support

Re: [Fwd: Q on keyword substitution]

2005-01-07 Thread Pierre Asselin
jsWalter <[EMAIL PROTECTED]> wrote: > > Try 'cvs admin -kv'. Try it on a test repository first. > Well, doesn't this tell CVS not to proces *any* keywords on this > particular file? It's -kv, not '-ko'. '-kv' removes the keyword (and the bracketing $$) and leaves only the value. Your files wil

Re: [Fwd: Q on keyword substitution]

2005-01-06 Thread Pierre Asselin
jsWalter <[EMAIL PROTECTED]> wrote: > I'm using phpDocumentor and would like to have the '@since' tag auto > insert the CVS file version, but not change it the next time the file is > submitted. > this... >* @since $Version: $ > to become... >* @since 1.24 > not... >* @since $Versio

Re: Advice regarding Branches

2005-01-05 Thread Pierre Asselin
jeetu mahtani <[EMAIL PROTECTED]> wrote: > We have several developers working on various branches. One of the > developers is done with his fixes so I merged his branch into the Main > trunk. Now the other developers who are working on their respective > Branches need to also get these fixes. Why

Re: Can't download CVS!

2005-01-05 Thread Pierre Asselin
Larry Jones <[EMAIL PROTECTED]> wrote: > TortoiseCVS () is another GUI that runs on > top of some CVS implementation, but I don't know whether they bundle a > CVS implementation with it or not. When I installed mine, it came with a CVSNT binary. You then have to hook

Re: Trying to recommit lost commits due to hard disk failure

2005-01-04 Thread Pierre Asselin
Edd Barrett <[EMAIL PROTECTED]> wrote: > I have an issue with my cvs repository. I had a disk failure and I lost > it. After recovering a backup from about a month ago, I thought Id be > able to simply re-commit the changes. If itry it gets furious that there > is a huge gap in revision numbers.

Re: Newbie Questions

2005-01-04 Thread Pierre Asselin
Larry Jones <[EMAIL PROTECTED]> wrote: > If you want to use CVS outside of Eclipse, you may also be interested in > WinCVS which provides a nice GUI and includes CVSNT: > I would recommend that the OP try http://www.tortoisecvs.org instead of WinCVS. In my opini

Re: Merge and CVS Headers ... best practice?

2005-01-03 Thread Pierre Asselin
MumboJumbo <[EMAIL PROTECTED]> wrote: > I keep getting merge conflicts in CVS headers ... its not a big deal ... > but it is very annoying ... is it common practice to use CVS headers > branching together ? I use "update -kk -j -j" when I do my merges, where the "-kk" option prevents any keywor

Re: ## Need help to configure CVS ##

2004-12-29 Thread Pierre Asselin
[EMAIL PROTECTED] wrote: > i'm the newbe to CVS. I'm working in a project that needs to use CVS. I > have linux server and windows workstation. We r doing projects in > "Eclipse IDE" under windows. The only thing I can tell you is that you will need to run "cvs init" on the Linux server. After th

Re: cvs ignore feature

2004-12-25 Thread Pierre Asselin
Jeff Decker <[EMAIL PROTECTED]> wrote: > [ ... ] My question is I am getting the project from > a repository that already has files in it but once I get the file I want > cvs to ignore any future changes I make to the file. As others have told you, cvsignore won't do that. > The reason I need

Re: problem adding files to a branch

2004-12-23 Thread Jean-Pierre Sevigny
Hi, I've found the problem: 1 file in the Attic had a Tag with the same name as the branch. Jean-Pierre ___ Info-cvs mailing list Info-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/info-cvs

Re: problem adding files to a branch

2004-12-23 Thread Jean-Pierre Sevigny
Message: 5 Date: Thu, 23 Dec 2004 01:01:38 + (UTC) From: [EMAIL PROTECTED] (Pierre Asselin) Subject: Re: problem adding files to a branch To: info-cvs@gnu.org Message-ID: <[EMAIL PROTECTED]> Jean-Pierre Sevigny <[EMAIL PROTECTED]> wrote: $ cvs add test.txt cvs add: cannot add

Re: problem adding files to a branch

2004-12-22 Thread Pierre Asselin
Jean-Pierre Sevigny <[EMAIL PROTECTED]> wrote: > $ cvs add test.txt > cvs add: cannot add file on non-branch tag uwap_3_1-RELEASE Do you have a CVS/Tag file ? If so, what does it contain ? -- pa at panix dot com ___ Info-cvs mailing l

problem adding files to a branch

2004-12-22 Thread Jean-Pierre Sevigny
and I don't see any where the branch name is a tag (i.e. it doesn't seem to be the problem, as i've found when googling that error). Any idea what's going on? Regards, Jean-Pierre Sevigny ___ Info-cvs mailing list Info-cvs@gnu.org ht

Re: Tagging files

2004-12-08 Thread Pierre Asselin
Kristian Bisgaard Lassen <[EMAIL PROTECTED]> wrote: > $ cvs tag test > cvs server: [17:52:46] waiting for krell's lock in > /users/cpntools/repository/cpn2000/sml/statespacefiles > What can I do to get the files tagged? Did you look specifically, on the server, in $CVSROOT/users/cpntools/reposi

Re: [QUAR]Re: CVS, RCS, System Files

2004-12-07 Thread Pierre Asselin
Larry Jones <[EMAIL PROTECTED]> wrote: > Pierre Asselin writes: > > > > Yes, it is routine. You can even use RCS and CVS at the same time > > on the same project, they will mostly ignore one another. > That's not quite true. It's perfectly safe to use

Re: CVS, RCS, System Files

2004-12-06 Thread Pierre Asselin
Call, Wayne <[EMAIL PROTECTED]> wrote: > Is it feasible to have both CVS and RCS on the same computer? Yes, it is routine. You can even use RCS and CVS at the same time on the same project, they will mostly ignore one another. > I would like to control the source code files for various project

Re: pserver access with IP

2004-12-06 Thread Pierre Asselin
Clevo <[EMAIL PROTECTED]> wrote: > The reason why I need [ to refer to the server by IP number ]: > We have a CVS server with fix IP. And users with various PC, notebooks > where we can not (or must not) change system and network settings. As the > CVS server has it's own domain name only in

Re: not all files get imported

2004-11-30 Thread Pierre Asselin
Spiro Trikaliotis <[EMAIL PROTECTED]> wrote: > * On Tue, Nov 30, 2004 at 06:56:04AM - manisha r sankpal wrote: > > [EMAIL PROTECTED] test_prj >> import -m "log msg" test_prj username start > > but this command fails to check in one directory into the cvs. this > > dir contains only one *.o f

Re: Importing then checking out?

2004-11-29 Thread Pierre Asselin
Galen Boyer <[EMAIL PROTECTED]> wrote: > $ cd ecb-1.93 > $ cvs import -m "Import of FSF ECB v. 1.93" grersrepository/ecb FSF_DIST > ECB_1_93 > I get the following: >No conflicts created by this import That's better. So far, so good. > Okay, now I try to commit this (I assume I need

Re: Where am I at this moment?

2004-11-29 Thread Pierre Asselin
Galen Boyer <[EMAIL PROTECTED]> wrote: > I ran an "import" and then > tried to checkout and it failed "cannot find module" (yes, I > didn't commit). That's a little confusing. Can you cut and paste the exact commands you are using and the exact error messages ? -- pa at panix dot com _

Re: cvs vs. clearcase?

2004-11-29 Thread Pierre Asselin
Mike <[EMAIL PROTECTED]> wrote: > I have a director asking why I don't want to user the company's > clear case server. One item I mentioned is the lack of integration > into unix tools and the lack of a unix client. Are these good/valid > reasons? What are other reasons? No Unix client ? I though

Re: line of command in windows

2004-11-15 Thread Pierre Asselin
Gleidson S? Barreto <[EMAIL PROTECTED]> wrote: > How do you do execute command cvs in line of command > in windows. You make sure the directory holding cvs.exe is in your PATH. -- pa at panix dot com ___ Info-cvs mailing list [EMAIL PROTECTED] http://l

Re: Problem with importing third-party sources and adding/committing changes

2004-11-11 Thread Pierre Asselin
Allen Sturtevant <[EMAIL PROTECTED]> wrote: > % cvs import -ko -m "foobar v1.11.17" pub/foobar-1 foobar-1 foobar-1_11_17 So far, so good. > Later I import a newer version of this software: > % cvs import -ko -m "foobar v1.12.9" pub/foobar-1 foobar-1 foobar-1_12_9 Side note: if you never

Re: how to check out a project which contains modules from different branches

2004-11-10 Thread Pierre Asselin
Li Chou <[EMAIL PROTECTED]> wrote: > Hi, I tried to figure out a single step of check out a project that > contains modules from different branches of different project. > For example, Project X has 3 modules, A and B which are from other > projects. I need to check out module A's of Project Y

Re: history of version changes

2004-11-07 Thread Pierre Asselin
Saad Sheikh <[EMAIL PROTECTED]> wrote: > I am a new to CVS. I wanted to know if there is a command that will > list all the versions of a project. There is a perl script, "cvs2cl.pl", that consolidates the log messages of a sandbox in chronological order. Try Google. > I wanted a history of ve

Re: Merging question - from and to

2004-11-04 Thread Pierre Asselin
Jeeva Sarma <[EMAIL PROTECTED]> wrote: > I have a file soa.pc, branched out at 1.2, now at > revision 1.2.4.1 on branch, and 1.2 on trunk. I > check-out from trunk, then do > [ ... ] > cvs update -j 1.2 -j 1.2.4.1 soa.pc Yes, like that. The command means, merge all changes that occurred between

Re: DOS Command to get current branch?

2004-11-04 Thread Pierre Asselin
Talos <[EMAIL PROTECTED]> wrote: > My question is: Is there a DOS command that let's you know what > branch name the sandbox you're currently is? Run "cvs status " and look for any "sticky tag" listed in the output. If your sandbox is on the branch, you'll see your branch name there. If you're

Re: setting up branch with code changes already in it

2004-10-20 Thread Pierre Asselin
Royce <[EMAIL PROTECTED]> wrote: > (from top directory within tree) > cvs tag v2_0_unstable_root > cvs tag -b -r v2_0_unstable_root v2_0_unstable followed by cvs update -r v2_0_unstable > I have not checked in the files because I wanted to be sure they will > check into the branch. How can I

Re: Merging Issues

2004-10-12 Thread Pierre Asselin
Dhruva B. Reddy <[EMAIL PROTECTED]> wrote: > We are doing development on a branch which has been around for a while, > and I was required to merge in changes from the trunk a few times. > The first time I did this, I did the following (in a sandbox from the > branch): > cvs up -j HEAD > and

Re: Using moving tags

2004-10-01 Thread Pierre Asselin
Doug Lee <[EMAIL PROTECTED]> wrote: > Er...now maybe I'm the one missing something. I don't see the > problem: > Say the LastGood tag was applied on Monday. Tuesday someone removes > a file and commits that, but LastGood is not moved yet. But the tag *is* moved, if the testing robot succeeds w

Re: Preventing "Dirty" Checkins

2004-10-01 Thread Pierre Asselin
Robin Rosenberg <[EMAIL PROTECTED]@dewire.kom> wrote: > Pierre Asselin wrote: > > Hm, my language was ambiguous. What the loginfo would trigger is > > one script, running on the test machine, that updates the test sandbox, > > builds, runs the tests, and finally move

Re: Using moving tags

2004-09-30 Thread Pierre Asselin
Yamuna Ramasubramaniyan <[EMAIL PROTECTED]> wrote: > I have a question about using moving tags. You tag > the repository with LAST_GOOD today. Someone removes > a file. This file still contains the LAST_GOOD tag. > The next person checking out the module with the > LAST_GOOD tag will get this d

Re: Preventing "Dirty" Checkins

2004-09-30 Thread Pierre Asselin
Maarten de Boer <[EMAIL PROTECTED]> wrote: > > What you *could* do is trigger the build from loginfo (post-commit) > > and update a moving tag if the build is successful. > > [ ... ] > But why would you to that from the loginfo? Wouldn't it be easier to > have that tag moved by a virtual user, the

Re: Preventing "Dirty" Checkins

2004-09-28 Thread Pierre Asselin
Ones Self <[EMAIL PROTECTED]> wrote: > I'm running a CVS server which compiles and tests the current > files in CVS every hour. I would like to make new checkins > available _only_ if they compile and pass the tests. > So, if a user checks in something which does not compile, for > example, othe

Re: Question

2004-09-26 Thread Pierre Asselin
Gleidson S? Barreto <[EMAIL PROTECTED]> wrote: > 1-To take place the transfer of the files stored in > the repository q they were modified for your work > area, through a sicroniza??o operation. Like this, > would to be in fact that sicroniza??o operation? I'm not sure what you mean, but... Syn

Re: Checkout./export a copy to /var/www

2004-09-21 Thread Pierre Asselin
Anand Graves <[EMAIL PROTECTED]> wrote: > I use WinCVS to checkout a copy on my PC. When I do a commit, the file > checks in a linux server. I would like a committed file to be checked > out/copied/exported to /var/www/myproject. > When I search for this, I keep finding this (for the loginfo file)

Re: How make cvs import

2004-09-21 Thread Pierre Asselin
pierre <[EMAIL PROTECTED]> wrote: > Hi I want to use CVS for my project, olso I make and cvs init an cvs > import for the first init. > My problem is that I must be root for make a checkout, and all the files > are owned root. I must change the owner for edit them. > Ho

How make cvs import

2004-09-19 Thread pierre
Hi I want to use CVS for my project, olso I make and cvs init an cvs import for the first init. My problem is that I must be root for make a checkout, and all the files are owned root. I must change the owner for edit them. How make and cvs import in not administrateur login ? Thank ___

Re: Aliasing the trunk with a branch tag

2004-08-31 Thread Pierre Asselin
Keith Refson <[EMAIL PROTECTED]> wrote: > One problem I regularly face is: how to build two different versions of > a project which differ in only a very small subset of files. One of > these versions is obviously the trunk version. It would be extremely > convenient if this could be achieved by

Re: CVS Permissions

2004-08-18 Thread Pierre Asselin
Gaurav Vaish <[EMAIL PROTECTED]> wrote: > I am using pserver to connect and more often than not, I get the > error - "Unable to create #cvs.lock, Permission denied". > The reason is that a module or a subdirectory thereof will be > created by the permission set of the permission who created i

  1   2   3   >