version control - Keep branches in separate SVN repositories up to date -


i have 2 separate svn repositories both trunk, branches, , tags directories.

within branches directory, have several sw project branches exist , need date each other in both of repositories;

for example branch prj1.br exists in repo-a , repo-b:

repo-a/branches/prj1.br

repo-b/branches/prj1.br

using subversion there proper way keep these branches in different repositories date each other via svn commands scripted?

i guess should use vendor branches, i'm not sure because it's unclear how branches in repo-a , repo-b related.

here current vendor branches management python 3.3+ script http://svn.apache.org/repos/asf/subversion/trunk/tools/client-side/svn-vendor.py


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -