RE: Approaches to forking code
From: Bob Archer <Bob.Archer_at_amsi.com>
Date: Tue, 20 Jan 2009 10:15:09 -0500
> The way I see it, there are 4 approaches to forking code:-
Isn't a fork really just a another name for a branch? I think using svn
For example... you might do this to branch:
Svn cp http://server/repo/project/trunk
Where as to fork (create a new project based on current project) you
Svn cp http://server/repo/project/trunk
Now in your repo you have:
Project
BOb
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.