Re: checking out multiple branches of a project

2005-04-23 Thread Russ Sherk
On 4/21/05, Jim.Hyslop [EMAIL PROTECTED] wrote: Russ Sherk wrote: On 4/21/05, Jim.Hyslop [EMAIL PROTECTED] wrote: Sure, piece of cake. Check out [sic] the -d option to the checkout command. To be clear: [etc]. I was _trying_ to encourage Chris to study the manual so he'd be more

RE: checking out multiple branches of a project

2005-04-21 Thread Jim.Hyslop
Chris Cheshire wrote: I have a project in source control called mylib (for example) that contains libraries used for my various programs. Currently I need to make some changes to a development branch, as well as some changes to the head. I have been deleting one, checking out the other,

Re: checking out multiple branches of a project

2005-04-21 Thread Doug Lee
On Thu, Apr 21, 2005 at 09:20:04AM -0400, Jim.Hyslop wrote: Chris Cheshire wrote: I have a project in source control called mylib (for example) that contains libraries used for my various programs. Currently I need to make some changes to a development branch, as well as some changes to

Re: checking out multiple branches of a project

2005-04-21 Thread Russ Sherk
On 4/21/05, Jim.Hyslop [EMAIL PROTECTED] wrote: Chris Cheshire wrote: I have a project in source control called mylib (for example) that contains libraries used for my various programs. Currently I need to make some changes to a development branch, as well as some changes to the head. I

RE: checking out multiple branches of a project

2005-04-21 Thread Jim.Hyslop
Doug Lee wrote: I have often wished for an automatic way to check out all existing branches of a given module with one command. Example: If I have module mymod with HEAD and branches named rel1 and rel2: mkdir cvs_co cd cvs_co cvs co -b mymod cd mymod ls # would list HEAD (or head),

RE: checking out multiple branches of a project

2005-04-21 Thread Jim.Hyslop
Russ Sherk wrote: On 4/21/05, Jim.Hyslop [EMAIL PROTECTED] wrote: Sure, piece of cake. Check out [sic] the -d option to the checkout command. To be clear: [etc]. I was _trying_ to encourage Chris to study the manual so he'd be more familiar with the options. Oh, well :-) -- Jim Hyslop

Re: checking out multiple branches of a project

2005-04-21 Thread Spiro Trikaliotis
Hello Doug, * On Thu, Apr 21, 2005 at 09:59:30AM -0400 Doug Lee wrote: I have often wished for an automatic way to check out all existing branches of a given module with one command. Example: If I have module mymod with HEAD and branches named rel1 and rel2: SVN has such an option (if you