RE: FW: cvs import checkout -D date_spec

2003-05-31 Thread Chen, Susie
this is clear. Thanks sc ]-Original Message- ]From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] ]Sent: Thursday, May 29, 2003 2:55 PM ]To: [EMAIL PROTECTED] ]Cc: [EMAIL PROTECTED] ]Subject: Re: FW: cvs import checkout -D date_spec ] ] ]Chen, Susie writes: ] ] It does not seem time zone

cvs import checkout -D date_spec

2003-05-30 Thread Chen, Susie
After a 2nd import, checkout -D date_spec did not checked out. The same checkout command works fine for the 1st import. Does anyone has similar experiences to share? FYI, the import was for binaries libraries. And yes, -I! was used in the import, so there is no question if the binaries were in

FW: cvs import checkout -D date_spec

2003-05-30 Thread Chen, Susie
import checkout -D date_spec ]] ]] ]]Chen, Susie writes: ]] ]] After a 2nd import, checkout -D date_spec did not checked ]]out. The same ]] checkout command works fine for the 1st import. Does anyone ]]has similar ]] experiences to share? FYI, the import was for binaries ]]libraries. And yes

Can I use same tag name on different branches?

2003-01-20 Thread Chen, Susie
I have two branches (b1 and b2) under same module. I tagged the b1 with A, and later tagged b2 with A as well. If I check out by A later, what set of files will be retrieved? Thanks a lot -Susie ___ Info-cvs mailing list [EMAIL PROTECTED]

Roll-back

2002-08-20 Thread Chen, Susie
I merged a branch into HEAD yesterday. The HEAD was tagged with Pre and Post before and after the merge. Now it is required to restore the HEAD to Pre. What is the safest way to get roll-back (note: from Pre to Post, besides some files are modified, 10-15 new files are added)? Thank you -S.C

create a branch on part of module

2002-07-11 Thread Chen, Susie
There are 4 subfolders under module A: A1/ A2/ A3/ and A4/. Is it possible that I create a branch only for A4 ? TIA G.C ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

Tagging folders instead of whole module

2002-04-18 Thread Chen, Susie
Under Module A, I have two folders: F1 and F2.I need to tag F1 now with v100 and tag F2 one month later (during this time, some commits to F2 are expected).May I tag F2 with v100 too in a month ? If yes, if I checkout by the tag v100 in the future, will I see the corresponding F1 and

Remove file from branch

2001-06-01 Thread Chen, Susie
If I remove a file from a branch, will the file be removed from HEAD after I merge the branch into HEAD? Thanks -Susie RSA Security Inc. http://www.rsasecurity.com Tel:6406210 ext 270 ___ Info-cvs mailing list [EMAIL PROTECTED]

remove a branch

2001-04-25 Thread Chen, Susie
May I use cvs rtag -d BranchTagName ModuleName to remove a branch? Thanks -Susie ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

RE: rename question -- urgent!!

2001-04-23 Thread Chen, Susie
[mailto:[EMAIL PROTECTED]] Sent: Thursday, April 12, 2001 7:38 PM To: Chen, Susie; [EMAIL PROTECTED] Subject: Re: rename question -- urgent!! - Original Message - From: Chen, Susie [EMAIL PROTECTED] I have two branches (A and B) off the HEAD. Both branches have a file old.txt. What I have

rename question -- urgent!!

2001-04-12 Thread Chen, Susie
I have two branches (A and B) off the HEAD. Both branches have a file "old.txt". What I have done is: 1) On branch B, rename the file from old.txt to new.txt by removing,adding and then committing 2) merge branch B into HEAD Next I am planning to merge branch A into HEAD. But the filename in A