Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Adding Files from One Branch to Another

16 views
Skip to first unread message

Jake Colman

unread,
Jun 22, 2012, 9:08:49 AM6/22/12
to info...@gnu.org

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.

Larry Jones

unread,
Jun 22, 2012, 2:38:43 PM6/22/12
to Jake Colman, info...@gnu.org
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

0 new messages