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

svn export bug in 1.6.13

From: Chris Seawood <cls_at_seawood.org>
Date: Fri, 29 Oct 2010 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:04:55 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.