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

[Subclipse-users] Problem creating SVN build from command line

From: Prajakta Setty <p.setty_at_secureall.us>
Date: Wed, 07 Dec 2011 16:13:40 -0800

Hi ,

When I try to checkout one of my projects from command line I get
following error. I am using Apache ant 1.8.2 and SVN ant 1.2.1

I am able to checkout and do all other SVN operations properly via
eclipse. I am using /SVN - http://subclipse.tigris.org/update_1.6.x
/with my eclipse(Helios).
I can successfully see all the revisions without any issue in eclipse.

The same script has worked well in the past.
FYI, I have done a merge on related projects some time back and I fear
that the error is coming after that.

The error looks like this...
/C:\Users\Prajakta\TestServerBuild2\bin\build>ant checkoutUI
Buildfile: C:\Users\Prajakta\TestServerBuild2\bin\build\build.xml

checkoutUI:
      [echo] Source branch: https:////<Correct Project-Path>/
/ [echo] Destination tag: https:////<//Correct
//Project-Path>///R-3.0-12-05-2011:11.00
       [svn] <Copy> started ...
       [svn] svn: Invalid character '.' found in revision list
       [svn] svn: Invalid character '.' found in revision list
       [svn] <Copy> failed !

BUILD FAILED
C:\Users\Prajakta\TestServerBuild2\bin\build\build.xml:250: Can't copy
Total time: 6 seconds

/my Build.xml target looks like this/

<target name="checkoutUI" >
<tstamp>
<format property="current.time" pattern="MM-dd-yyyy"/>
</tstamp>
<typedef resource="org/tigris/subversion/svnant/svnantlib.xml"/>
<property name="svn.base.url.ui" value="${userinterface.svn.url}"/>
<property name="svn.tag.url.ui"
value="https://<Project-Path>/R-${release.version}-${current.time}:${build.number}"/>
<echo message="Source branch: ${svn.base.url.ui}"/>
<echo message="Destination tag: ${svn.tag.url.ui}"/>
<svn username="${svn.user}" password="${svn.password}" javahl="false"
svnkit="true" failonerror="false">
</svn>
<svn username="${svn.user}" password="${svn.password}" javahl="false"
svnkit="true" failonerror="true">
<copy srcurl="${svn.base.url.ui}" desturl="${svn.tag.url.ui}"
message="[Build Script] created destination tag: ${svn.tag.url.ui}" />
</svn>
<echo message="... tagged UserInterface Project." />
<svn javahl="false" svnkit="true" username="${svn.user}"
password="${svn.password}" >
<checkout url="${svn.tag.url.ui}" destPath="${userInterface.loc}" />
</svn>
</target>

/
Any kind of help or link is highly appreciated . I have no clue as what
is going wrong here/.

/Thanks and Regards,
Prajakta

-- 
Prajakta Setty
SecureALL Corp.
Office: (408)246 6227
CONFIDENTIALITY NOTICE: This electronic mail transmission is confidential,may be privileged and should be read or retained only by the intended recipient. If you have received this transmission in error, please immediately notify the sender and delete it from your system.
------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2891447
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2011-12-08 15:47:45 CET

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.