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

Re: svn export bug in 1.6.13

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Fri, 29 Oct 2010 19:18:02 +0200

http://subversion.tigris.org/issues/show_bug.cgi?id=3727

Chris Seawood wrote on Fri, Oct 29, 2010 at 10:04:17 -0700:
> Hi,
>
> I just ran across a bug in the 1.6.13 release.
>
> Historically, 'svn export $SVNROOT/$PATH .' has just exported the
> contents of $PATH into the current directory. Under 1.6.13, the client
> creates a subdir named after the last directory component of $PATH and
> puts the contents there. This change in behavior breaks some of our
> release scripts and we've been forced to downgrade to 1.6.12.
>
> # 1.6.13
> [cseawood_at_localhost foo]$ svn export --force $SVNROOT/trunk -N .
> A trunk
> A trunk/top.mk
> Exported revision 50141.
>
> # Replace 1.6.13 rpm with 1.6.12
> [cseawood_at_localhost foo]$ svn export --force $SVNROOT/trunk -N .
> A .
> A top.mk
> Exported revision 50141.
>
> - cls
Received on 2010-10-29 19:19:39 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.