You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Sebastien Douche <sd...@gmail.com> on 2008/01/01 00:35:39 UTC

Re: SVN Merge issue

On Dec 30, 2007 2:14 PM, Aviva Levin <Av...@radware.com> wrote:
> Now I am looking on the trunk branch and want to know how revision 70 was
> created (whether it was the result of merge or not, from what branches it
> was merged etc.) How do I know that?


As Andy says, Subversion has actually no merge tracking in core. So :

- good practice is to write all necessary log informations  when
creating a branche or merging (source  : url & revision, destination)

- using svnmerge.py[1], a contrib script. Simple but very useful.

- using external software, like Trac[2] with the wonderful plugin RevTree[3].

[1] http://www.orcaware.com/svn/wiki/Svnmerge.py

[2] http://trac.edgewall.org

[3] http://trac-hacks.org/wiki/RevtreePlugin


-- 
Solution Linux (février)
XPDays FR (mai)
Journée Francophone Python (juin)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org