svn copy - updating tags in svn -
If I use svn copy
to take a snapshot of a part of a repository, So how do I update that snapshot?
Use the case:
myrepo / trunk / src / something.c tags.html {/ code> Mkdir branches / user1 / trusted
svn add branches / user1 /
svn copy trunk / src branches / user1 / Credible
myrepo / trunk / src / some.c tag. Tags / Branches / Users 1 / Trusted / src / something.c
--- There are drawbacks and change trunk / src / something. * Contains
here ---
myrepo / trunk / src / neatstuff.cc // new file some c. // modified big_ugly_include.h // was something, this name changed to tag / branches / user1 / trusted / src / something.c Something.h
Now I want that the branch / user 1 / the latest version of the reliable / src trunk / SRC. how can I do this?
This operation is called merge
. It covers in detail
Edit with a little more detail:
As Rob and sgreeve mention, remove the branch and repeat : There is another option to make. I suggested merge because in your example you were creating a branch - whose purpose is concurrent amendment. If your repository copies have not been modified after they have been created, then you are best to create a tag instead of a branch.
Comments
Post a Comment