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

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

From: Martin Letenay <mle_at_whitestein.com>
Date: 2006-09-14 17:25:16 CEST

Well,

 

HEAD is used there since it's the default value of the "revision" attribute.

However, it seems there's no possibility to not specify a revision like in
command line svn so working copy export is not possible.

 

Please file an issue.

 

Thanks,

Martin

 

 

From: futsuk@gmx.net [mailto:futsuk@gmx.net]
Sent: Thursday, September 14, 2006 2:51 PM
To: users@subclipse.tigris.org
Subject: [Subclipse-users] Bug (?) in svnant export

 

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 17:25:24 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.