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

[Bug] propset svn:externals with the new 1.6 syntax does not honor the revision first.

From: Janus Ng <janusng_at_asiavision.com.hk>
Date: Fri, 06 Nov 2009 11:52:36 +0800

Dear Developers,

We have encountered a problem on using external repo with the new syntax
introduced on version 1.5.

For a target path no longer exists on the head revision, the
svn:external fails with the new syntax. e.g.

> svn rename foo bar
    A bar
    D foo
>svn commit -m "renamed foo to bar"
    Adding bar

    Committed revision 100.
>cd ../baz
    #### new syntax ####
>svn propset svn:externals -r 90 ^/path/to/foo foo
>svn update
    A ~/svnrepo/baz/foo
    svn: external failed (details below):
    svn: URL '/svn/shared/!svn/bc/100/path/to/foo' path not found
    #### old syntax ####
>svn propset svn:externals foo -r 90 ^/path/to/foo
>svn update
    A ~/svn/repo/baz/foo - at revision: 90
    Updated to revision 100.

The bug exists since svn 1.5 and it is still there in version 1.6.6.

-- 
Regards,
*Janus Ng*
System Analyst
Technical Department
Asia Vision Technology Ltd.
Tel: (852) 2319 2648 ext: 283   Fax: (852) 2319 2665
------------------------------------------------------------------------
Asia Vision Technology Logo <http://www.asiavision.com.hk> 	*Breach of 
confidentiality & accidental breach of confidentiality: * This email and 
any files transmitted with it are Confidential and intended solely for 
the use of the individual or entity to whom they are addressed. This 
message contains confidential you are not the named addressee you should 
not disseminate, distribute or copy this email. Please notify the sender 
immediately by email if you have received this email by mistake and 
delete this email from your system. If you are not the intended 
recipient you are notified that disclosing, copying, distributing or 
taking any action in reliance on the contents of this information is 
strictly prohibited;
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2414981
Received on 2009-11-06 05:43:33 CET

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.