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

when did it diverge?

From: paptimusx <paptimusx_at_gmail.com>
Date: Wed, 27 Aug 2008 11:55:08 +0900

Hi there.

I want to search from places other than wc of the branch
for the divergence part of the branch.
I do not succeed though I tried.

How should I do.

% svn --version
svn, version 1.5.0 (r31699)
   compiled Jun 21 2008, 07:29:17

% ver
Microsoft Windows XP [Version 5.1.2600]

ok. (branch/parallel working copy)

ok=branch/parallel was branch off revision 9741.

% svn log -r1:HEAD --limit=1 --stop-on-copy .
------------------------------------------------------------------------
r9741 | myname | 2008-07-29 09:14:25 +0900 (Tue, 29 7 2008) | 4 lines

svn copy
 from: http://xxxxxxxxxxxxxxxxx/SRC/trunk
 to: http://xxxxxxxxxxxxxxxxx/SRC/branches/parallel

------------------------------------------------------------------------

??? (trunk working copy)

(1)from revision 9742?

% svn log http://xxxxxxxxxxxxxxxxx/SRC/branches/parallel/SI/SUBDIR
--stop-on-copy --limit=3
------------------------------------------------------------------------
r9742 | myname | 2008-07-29 18:06:28 +0900 (Tue, 29 7 2008) | 4 lines

 on parallel

------------------------------------------------------------------------
r9741 | myname | 2008-07-29 09:14:25 +0900 (Tue, 29 7 2008) | 4 lines

svn copy
 from: http://xxxxxxxxxxxxxxxxx/SRC/trunk
 to: http://xxxxxxxxxxxxxxxxx/SRC/branches/parallel

------------------------------------------------------------------------

(1)'
% svn log -r1:HEAD
http://xxxxxxxxxxxxxxxxx/SRC/branches/parallel/SI/SUBDIR
--stop-on-copy --limit=3
(same result)

(2)from revision 9752?

% svn log http://xxxxxxxxxxxxxxxxx/SRC/branches/parallel
--stop-on-copy --limit=3
------------------------------------------------------------------------
r9752 | myname | 2008-08-26 09:53:01 +0900 (Tue, 26 8 2008) | 4 lines

on parallel

------------------------------------------------------------------------
r9742 | myname | 2008-07-29 18:06:28 +0900 (Tue, 29 7 2008) | 4 lines

 on parallel

------------------------------------------------------------------------
r9741 | myname | 2008-07-29 09:14:25 +0900 (Tue, 29 7 2008) | 4 lines

svn copy
 from: http://xxxxxxxxxxxxxxxxx/SRC/trunk
 to: http://xxxxxxxxxxxxxxxxxxxxx/branches/parallel

------------------------------------------------------------------------

(2)'
% svn log -r1:HEAD http://xxxxxxxxxxxxxxxxx/SRC/branches/parallel
--stop-on-copy --limit=3

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-08-27 04:55:30 CEST

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

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