RE: i think i screwed up cvs...

2001-11-21 Thread SCHACHTER,MICHAEL (HP-NewJersey,ex2)

Would it work if I did a
cvs rtag -d STRUTS_1_0_1 jakarta-struts?
I got that from here:
http://www.cvshome.org/docs/manual/cvs_4.html#SEC51

I'm really sorry about all this, I thought I wasn't
connected to cvs.apache.org when I did it.


-Original Message-
From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 21, 2001 2:58 AM
To: Struts Developers List
Subject: Re: i think i screwed up cvs...


Ack ... I don't know of any undo commands for this (hope somebody else
does).  Of course, it is the -b part of the command that is the problem
here.

If it can't be undone, life can still go on ... just tag the right files
with STRUTS_1_0_1_RELEASE or something, and post a comment to STRUTS-DEV
on what the real tag is (for posterity).

Craig


On Tue, 20 Nov 2001, SCHACHTER,MICHAEL (HP-NewJersey,ex2) wrote:

 Date: Tue, 20 Nov 2001 20:57:29 -0800
 From: SCHACHTER,MICHAEL (HP-NewJersey,ex2) [EMAIL PROTECTED]
 Reply-To: Struts Developers List [EMAIL PROTECTED]
 To: '[EMAIL PROTECTED]' [EMAIL PROTECTED]
 Subject: i think i screwed up cvs...

 Hey,

 I did a
 cvs rtag -b -r STRUTS_1_0 STRUTS_1_0_1 jakarta-struts, thinking
 it would create a local copy of STRUTS_1_0_1 stuff on my
 machine and I created another branch on the CVS repository
 called STRUTS_1_0_1... is there a way to get rid of that
 branch, base it off of STRUTS_1_0_BRANCH instead, or something
 else to un-screwup cvs?

 --
 To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
mailto:[EMAIL PROTECTED]




--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: i think i screwed up cvs...

2001-11-21 Thread Martin Cooper

You're off the hook now, Mike. ;-)

I managed to delete the bogus branch (using 'cvs rtag -d', as suggested by
you and Pete Donald), and label the tip of the 1.0 branch as 1.0.1, so we're
back on track.

--
Martin Cooper


- Original Message -
From: SCHACHTER,MICHAEL (HP-NewJersey,ex2) [EMAIL PROTECTED]
To: 'Struts Developers List' [EMAIL PROTECTED]
Sent: Wednesday, November 21, 2001 8:03 AM
Subject: RE: i think i screwed up cvs...


 Would it work if I did a
 cvs rtag -d STRUTS_1_0_1 jakarta-struts?
 I got that from here:
 http://www.cvshome.org/docs/manual/cvs_4.html#SEC51

 I'm really sorry about all this, I thought I wasn't
 connected to cvs.apache.org when I did it.


 -Original Message-
 From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, November 21, 2001 2:58 AM
 To: Struts Developers List
 Subject: Re: i think i screwed up cvs...


 Ack ... I don't know of any undo commands for this (hope somebody else
 does).  Of course, it is the -b part of the command that is the problem
 here.

 If it can't be undone, life can still go on ... just tag the right files
 with STRUTS_1_0_1_RELEASE or something, and post a comment to STRUTS-DEV
 on what the real tag is (for posterity).

 Craig


 On Tue, 20 Nov 2001, SCHACHTER,MICHAEL (HP-NewJersey,ex2) wrote:

  Date: Tue, 20 Nov 2001 20:57:29 -0800
  From: SCHACHTER,MICHAEL (HP-NewJersey,ex2) [EMAIL PROTECTED]
  Reply-To: Struts Developers List [EMAIL PROTECTED]
  To: '[EMAIL PROTECTED]' [EMAIL PROTECTED]
  Subject: i think i screwed up cvs...
 
  Hey,
 
  I did a
  cvs rtag -b -r STRUTS_1_0 STRUTS_1_0_1 jakarta-struts, thinking
  it would create a local copy of STRUTS_1_0_1 stuff on my
  machine and I created another branch on the CVS repository
  called STRUTS_1_0_1... is there a way to get rid of that
  branch, base it off of STRUTS_1_0_BRANCH instead, or something
  else to un-screwup cvs?
 
  --
  To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
  For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]
 
 


 --
 To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
mailto:[EMAIL PROTECTED]

 --
 To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
mailto:[EMAIL PROTECTED]



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




i think i screwed up cvs...

2001-11-20 Thread SCHACHTER,MICHAEL (HP-NewJersey,ex2)

Hey,

I did a 
cvs rtag -b -r STRUTS_1_0 STRUTS_1_0_1 jakarta-struts, thinking
it would create a local copy of STRUTS_1_0_1 stuff on my
machine and I created another branch on the CVS repository
called STRUTS_1_0_1... is there a way to get rid of that
branch, base it off of STRUTS_1_0_BRANCH instead, or something
else to un-screwup cvs?

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: i think i screwed up cvs...

2001-11-20 Thread SCHACHTER,MICHAEL (HP-NewJersey,ex2)


I'm a bit confused now... Was the STRUTS_1_0_1 branch put in
recently and I just thought I put it there?  Did I actually
do anything?  And if I didn't, I just committed multipart
changes to STRUTS_1_0_BRANCH, should I now re-commit them to the
STRUTS_1_0_1 branch?  Am I just going crazy?  Sorry for any 
potential confusion/trouble I've caused.

-Original Message-
From: SCHACHTER,MICHAEL (HP-NewJersey,ex2) 
Sent: Tuesday, November 20, 2001 11:57 PM
To: '[EMAIL PROTECTED]'
Subject: i think i screwed up cvs...


Hey,

I did a 
cvs rtag -b -r STRUTS_1_0 STRUTS_1_0_1 jakarta-struts, thinking
it would create a local copy of STRUTS_1_0_1 stuff on my
machine and I created another branch on the CVS repository
called STRUTS_1_0_1... is there a way to get rid of that
branch, base it off of STRUTS_1_0_BRANCH instead, or something
else to un-screwup cvs?

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: i think i screwed up cvs...

2001-11-20 Thread Martin Cooper

No, the STRUTS_1_0_1 wasn't there before - the rtag command created a new
branch. I need to figure out how to undo it, since I'll need to label (but
not branch) the Struts 1.0 branch for the 1.0.1 release tomorrow. In the
meantime, it might be better if you don't commit anything to the branch you
created - it might make it simpler to undo.

You should be checking your changes into the STRUTS_1_0_BRANCH. You can get
that by doing 'cvs checkout -r STRUTS_1_0_BRANCH jakarta-struts'.

Have you checked in any changes today? I haven't seen any checkin messages.
Perhaps you're having the same problem as I am with commit messages being
flagged for moderation.

--
Martin Cooper


- Original Message -
From: SCHACHTER,MICHAEL (HP-NewJersey,ex2) [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, November 20, 2001 9:33 PM
Subject: RE: i think i screwed up cvs...



 I'm a bit confused now... Was the STRUTS_1_0_1 branch put in
 recently and I just thought I put it there?  Did I actually
 do anything?  And if I didn't, I just committed multipart
 changes to STRUTS_1_0_BRANCH, should I now re-commit them to the
 STRUTS_1_0_1 branch?  Am I just going crazy?  Sorry for any
 potential confusion/trouble I've caused.

 -Original Message-
 From: SCHACHTER,MICHAEL (HP-NewJersey,ex2)
 Sent: Tuesday, November 20, 2001 11:57 PM
 To: '[EMAIL PROTECTED]'
 Subject: i think i screwed up cvs...


 Hey,

 I did a
 cvs rtag -b -r STRUTS_1_0 STRUTS_1_0_1 jakarta-struts, thinking
 it would create a local copy of STRUTS_1_0_1 stuff on my
 machine and I created another branch on the CVS repository
 called STRUTS_1_0_1... is there a way to get rid of that
 branch, base it off of STRUTS_1_0_BRANCH instead, or something
 else to un-screwup cvs?

 --
 To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
mailto:[EMAIL PROTECTED]



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]