[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn info

From: Blair Zajac <blair_at_orcaware.com>
Date: 2007-06-02 02:27:40 CEST

Rafał Makagon / Gadu-Gadu wrote:
> Hello
>
> I am working with subversion for about 1 year and one think it would be
> a good idea to add "directory creation revision" to svn info. It would
> be much easier to merge. Now i must search in thousands of emails to
> find out the nuber of revision I created the branch I am merging
>
>
> Pozdrowienia,
>

Hello,

I'm guessing you're trying to do a merge of all the revisions starting
from the revision when a directory was created?

The easiest way to do that is to use the 'svn log --stop-on-copy'
feature, which will end the log on the revision when the directory was
made or copied.

Also, just having that number in the info field would make it easy for
the first merge, but not any successive merges, say if you're working on
a release or feature branch and you do repeated merges,

Also, you may want to look at using svnmerge.py to do merging, it'll
make you're life much easier, at least till 1.5 comes out:

http://www.orcaware.com/svn/wiki/Svnmerge.py

Regards,
Blair

-- 
Blair Zajac, Ph.D.
<blair@orcaware.com>
Subversion training, consulting and support
http://www.orcaware.com/svn/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jun 2 02:28:39 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.