Hi,
I'm trying to get the base revision of a branch using "svn log --stop-on-
copy". However, the output of this command stops a couple of revisions too
early:
svn log -v
https://sdmpudpagport.sdm.de/pu/dpagpalis/svn/repository/software/branches/dhe_oracle_tablespaces_fuer_appcom
------------------------------------------------------------------------
r1954 | hardt | 2011-05-19 13:51:17 +0200 (Thu, 19 May 2011) | 1 line
Changed paths:
D /PALISNC
A /software (from /PALISNC:1953)
renamed software statt PALISNC
------------------------------------------------------------------------
r1950 | dheinric | 2011-05-18 09:02:13 +0200 (Wed, 18 May 2011) | 1 line
Changed paths:
M
/PALISNC/branches/dhe_oracle_tablespaces_fuer_appcom/database/install/10.2.0/linux/config/config.sh
A
/PALISNC/branches/dhe_oracle_tablespaces_fuer_appcom/sources/pack/feacfgva/setup/config/af7ll197.properties
Anpassung der Tablespaces f?\195?\188r AppCom Umgebung.
------------------------------------------------------------------------
r1947 | dheinric | 2011-05-17 07:38:35 +0200 (Tue, 17 May 2011) | 1 line
Changed paths:
A /PALISNC/branches/dhe_oracle_tablespaces_fuer_appcom (from
/PALISNC/branches/dhe_oracle_tablespaces_f?\195?\188r_appcom:1946)
D /PALISNC/branches/dhe_oracle_tablespaces_f?\195?\188r_appcom
Branch umbenannt.
------------------------------------------------------------------------
r1946 | dheinric | 2011-05-17 07:36:55 +0200 (Tue, 17 May 2011) | 1 line
Changed paths:
A /PALISNC/branches/dhe_oracle_tablespaces_f?\195?\188r_appcom (from
/PALISNC/tags/PALIS_3.8.4_ENT_00:1945)
Branch erzeugt.
------------------------------------------------------------------------
[More output snipped off]
As can be seen here, the branch "dhe_oracle_tablespaces_für_appcom" has been
created in rev 1946, and then renamed to "dhe_oracle_tablespaces_fuer_appcom"
to remove the german ü umlaut from the name. So I'd expect the base rev. of
the branch to be 1946.
But when I use "svn log --stop-on-copy", it stops at a different one:
svn log -q --stop-on-copy
https://sdmpudpagport.sdm.de/pu/dpagpalis/svn/repository/software/branches/dhe_oracle_tablespaces_fuer_appcom
------------------------------------------------------------------------
r1954 | hardt | 2011-05-19 13:51:17 +0200 (Do, 19. Mai 2011)
------------------------------------------------------------------------
This is the very first revision as shown in the previous command.
Of course, if I now use this revision to find out what has changed on the
branch, I won't get any output although one file has been modified and one has
been changed (in rev 1950.
svn client version info:
% svn --version
svn, version 1.6.12 (r955767)
compiled Mar 22 2011, 19:47:54
Copyright (C) 2000-2009 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet
(http://www.Collab.Net/).
The following repository access (RA) modules are available:
* ra_neon : Module for accessing a repository via WebDAV protocol using Neon.
- handles 'http' scheme
- handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
- with Cyrus SASL authentication
- handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
- handles 'file' scheme
Don't know the server version, though.
Bye...
Dirk
--
Dirk Heinrichs | Tel: +49 (0)211 56623 316
Configuration Manager | Fax: +49 (0)211 56623 450
Capgemini Deutschland | Mail: dirk.heinrichs_at_capgemini.com
Wanheimerstraße 68 | Web: http://www.de.capgemini.com
D-40468 Düsseldorf | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: wwwkeys.pgp.net
Received on 2011-05-24 09:14:58 CEST