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

Possible regression in externals definitions?

From: Mark Parker <godefroi_at_gmail.com>
Date: Wed, 15 Apr 2009 09:41:27 -0600

In subversion 1.5, (on windows) one could declare an external like this:

http://svn/repos/some_path external_dir\inner_dir

... and subversion would happily check out http://svn/repos/some_path
into external_dir\inner_dir as an external. In 1.6, however, the
external gets checked out into external_dirinner_dir (the \ gets
ignored). If the external is changed to:

http://svn/repos/some_path external_dir/inner_dir

... the checkout of the external proceeds as expected. I don't know
whether this is a regression in 1.6, or whether the 1.5 behavior was
wrong and never guaranteed to work, so I wanted to throw this out and
see what came back.

Mark

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1728932

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-04-15 17:47:56 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.