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

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -