Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Adding Files from One Branch to Another
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Jake Colman  
View profile  
 More options Jun 22 2012, 9:08 am
Newsgroups: gnu.cvs.help
From: Jake Colman <col...@ppllc.com>
Date: Fri, 22 Jun 2012 09:08:49 -0400
Local: Fri, Jun 22 2012 9:08 am
Subject: Adding Files from One Branch to Another

Branch A created a new subdirectory and committed new files in that
subdirectory.  Branch B now wants access to that same code.  I can
manually create the subdirectory in Branch B and manually copy the
source files over from one checked out branch to the other.  But how do
I handle the commit in Branch B so that any new check-out of Branch B
gets those files?

Thanks.

...Jake

--
Jake Colman | Director, Software Development
Principia Partners LLC
101 West Elm Street | Conshohocken | PA 19428 | +1 (610) 755 9770
t: +1 (610) 755 9786 | c: +1 (610) 348 2788 | f: +1 (201) 221 8929
e: col...@ppllc.com | w: www.principiapartners.com
Credit technology innovation awards winner 2008, 2009 & 2010

The information contained in this message is confidential and protected   by law. If you are not the intended recipient, please contact   the sender and delete this message . Any unauthorized copying of this message or unauthorized distribution  of the information contained herein is prohibited.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Larry Jones  
View profile  
 More options Jun 22 2012, 2:38 pm
Newsgroups: gnu.cvs.help
From: Larry Jones <lawrence.jo...@siemens.com>
Date: Fri, 22 Jun 2012 14:38:43 -0400
Local: Fri, Jun 22 2012 2:38 pm
Subject: Re: Adding Files from One Branch to Another

Jake Colman writes:

> Branch A created a new subdirectory and committed new files in that
> subdirectory.  Branch B now wants access to that same code.  I can
> manually create the subdirectory in Branch B and manually copy the
> source files over from one checked out branch to the other.  But how do
> I handle the commit in Branch B so that any new check-out of Branch B
> gets those files?

That should happen automagically when you add and commit the files.
However, rather than doing things manually, ``cvs up -d -jA newdir''
should create the directory and populate it for you, then you just need
to commit the changes.
--
Larry Jones

I don't want to be THIS good! -- Calvin


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »