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

RE: Need Help in fetching code from SVN

From: Dharmendra Pratap <dharmendrap_at_safaltek.in>
Date: Fri, 21 Sep 2012 15:57:54 +0530

Hi Stefan,

Thanks for your reply.
I tried with merge but not getting the required output, I am getting file
conflict in it.
Here is the code of configuration of nant file. Can you please look over
this ?

<exec program="C:\Program Files\CollabNet\Subversion Client\svn.exe"
commandline="checkout https://test.repositoryhosting.com/svn/1_test@${Rev}
D:\MyTest --username test --password 123"/> <exec program="C:\Program
Files\CollabNet\Subversion Client\svn.exe" commandline="merge -c -6
https://test.repositoryhosting.com/svn/1_test D:\MyTest --username test
--password 123" /> <exec program="C:\Program Files\CollabNet\Subversion
Client\svn.exe" commandline="merge -c -5
https://test.repositoryhosting.com/svn/1_test D:\MyTest --username test
--password 123" /> <exec program="D:\NANT_SCRIPTS\Delete Publish.bat"
commandline="${Rev}" /> <exec
program="C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_compiler.exe"
commandline="-nologo -v / -p D:\ MyTest -u D:\PublishOutput_${Rev}" />

Regards,
Dharmendra

-----Original Message-----
From: Stefan Sperling [mailto:stsp_at_elego.de]
Sent: Friday, September 21, 2012 1:46 PM
To: Dharmendra Pratap
Cc: users_at_subversion.apache.org
Subject: Re: Need Help in fetching code from SVN

On Fri, Sep 21, 2012 at 01:23:30PM +0530, Dharmendra Pratap wrote:
> I want to get a working copy that includes all changes from revision 2
> to Head but does NOT include
>
> the changes for revisions 3.
>
> How can i do this?

See here:
http://svnbook.red-bean.com/nightly/en/svn.branchmerge.basicmerging.html#svn
.branchmerge.basicmerging.undo
Received on 2012-09-21 12:20:32 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.