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

[Subclipse-users] Bug (?) in svnant export

From: <futsuk_at_gmx.net>
Date: 2006-09-14 14:51:29 CEST

Hi List,

there is a problem using the export command on a working copy in the svn
ant task using command line interface.
this is my ant code:

                 <svn javahl="false">
                         <export srcPath="code" destPath="temp/export" />
                 </svn>

in the console output i can see that the task executes the following command:

export -r HEAD code temp\export

which is wrong. it should read:

export code temp\export

The difference is: if you pass -r HEAD to svn export, it will always export
from the repository (without any local modifications), while if you skip -r
HEAD, it will export from the working copy including any local modifications.

Has anybody else noticed this problem?
Should I file an issue?

cheers,
         Kris
Received on Thu Sep 14 14:50:31 2006

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.