svn - Is there a good practice to make a branch of a subdirectory of "trunk"? -
I have a project that has many parts
Is there a good practice to do this? is?
Or, I should put this branch in the branch to avoid some problems, the entire "trunk"?
The only problem is, I see, this is an illusion - which part of the project was really dividing because svn lazy copy is only being brunched, the contents of the folder
< / Div>
The following svn standards, you can only create branches tags or trunk Therefore, the following exercises are good:
svn copy project / trunk project / branches & lt; Branch_name & gt;
or
svn copy project / tags / & lt; Some_tag> Project / Branches / & LT; Branch_name & gt;
In this case you will not be disturbed about additional space on the server because it is "virtual" copies, the svn server conducts actual differences between modification.
Comments
Post a Comment