Re: Export files from Tortoise SVN

2011-10-14 Thread Ryan Schmidt
On Oct 14, 2011, at 11:51, Andreas Krey wrote: > On Fri, 14 Oct 2011 11:39:14 +, Ryan Schmidt wrote: > >> In which case it would be simpler to just install Subversion on the server, >> have a working copy on the server, and run "svn up" on the server (which >> will transfer only the change

Re: Export files from Tortoise SVN

2011-10-14 Thread Andreas Krey
On Fri, 14 Oct 2011 11:39:14 +, Ryan Schmidt wrote: ... > For example, one common reason why people think they want to export only the > changed files is so that they can then upload those changed files to a server. This would have the undesirable property of not removing files that have been

Re: Export files from Tortoise SVN

2011-10-14 Thread Ryan Schmidt
On Oct 14, 2011, at 05:44, Andy Levy wrote: > On Fri, Oct 14, 2011 at 02:40, Waseem Shahzad wrote: >> Thanks for your ACK. >> >> Any hint? > > As Ryan suggested, if you can explain *why* you think you need this, > an alternate may be suggested. For example, one common reason why people think the

Re: Export files from Tortoise SVN

2011-10-14 Thread Andy Levy
ign.com] > Sent: Thursday, October 13, 2011 2:35 PM > To: Waseem Shahzad > Cc: users@subversion.apache.org > Subject: Re: Export files from Tortoise SVN > > > On Oct 13, 2011, at 01:59, Waseem Shahzad wrote: > >> I am trying to get the only changed files in the revisio

RE: Export files from Tortoise SVN

2011-10-13 Thread Waseem Shahzad
Thanks for your ACK. Any hint? Cheers, -Original Message- From: Ryan Schmidt [mailto:subversion-20...@ryandesign.com] Sent: Thursday, October 13, 2011 2:35 PM To: Waseem Shahzad Cc: users@subversion.apache.org Subject: Re: Export files from Tortoise SVN On Oct 13, 2011, at 01:59

Re: Export files from Tortoise SVN

2011-10-13 Thread Ryan Schmidt
On Oct 13, 2011, at 01:59, Waseem Shahzad wrote: > I am trying to get the only changed files in the revision. I am using this .. > > svn export -r 2 "svnrepository" destination > > This command Is getting all the files including changed files. > Below concept is good for me but it doesn’t e

RE: Export files from Tortoise SVN

2011-10-13 Thread Waseem Shahzad
Waseem Shahzad Sent: Thursday, October 13, 2011 4:11 AM To: 'Konstantin Kolinko' Cc: users@subversion.apache.org Subject: RE: Export files from Tortoise SVN Thanks for your reply. I have used the output of : svn diff --summarize Here I get. https:// ---/svn/demo/Inte

RE: Export files from Tortoise SVN

2011-10-13 Thread Waseem Shahzad
-Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Thursday, October 13, 2011 3:52 AM To: Waseem Shahzad Cc: users@subversion.apache.org Subject: Re: Export files from Tortoise SVN 2011/10/13 Waseem Shahzad : > Hi > >    I am trying to ge

Re: Export files from Tortoise SVN

2011-10-13 Thread Konstantin Kolinko
2011/10/13 Waseem Shahzad : > Hi > >    I am trying to get the only changed files in the revision. I am > using this .. > > > > svn export -r 2 "svnrepository"  destination > > > > This command Is getting all the files including changed files. > >  Below concept is good for me but it doesn’

Export files from Tortoise SVN

2011-10-13 Thread Waseem Shahzad
Hi I am trying to get the only changed files in the revision. I am using this .. svn export -r 2 "svnrepository" destination This command Is getting all the files including changed files. Below concept is good for me but it doesn't export. svn log -vr 2 svnrepository