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

Re: Get Changed files of a particular revision (with folder structure)

From: rhitam <rhitamsanyal_at_gmail.com>
Date: Wed, 21 Jan 2009 03:22:02 -0800 (PST)

Ok, this works , but there seems to be few issues. Here is what i
did:

1. Wrote a C# code to first execute the show log of that particular
revision.(Using the --xml option)
2. Write that to a text file .
3.Loop through all the "path" elements in it and call svn export -r
REVNUM REPOURL LOCALPATH

Now ,

svn export command is being called serially . Should some respite be
given after each call? Is there a chance of server blocking the
request when the rate of svn export calls exceed certain limit ?
Because once in a while while exporting each file , the server throws
"remote server returned error (500)" . This issue is not always
repeatable.

Regards ,

Rhitam.

On Jan 19, 8:18 pm, Andy Levy <andy.l..._at_gmail.com> wrote:
> On Mon, Jan 19, 2009 at 09:07, rhitam <rhitamsan..._at_gmail.com> wrote:
> > Oh . well,  is there a way to write this log into a text file ? Or any
> > better way to approach this ?
>
> Redirect the output to a textfile. Or output it as XML (the --xml
> option) and apply an XSLT transform to produce the output you want.
>
>
>
>
>
> > On Jan 19, 7:00 pm, Andy Levy <andy.l..._at_gmail.com> wrote:
> >> On Mon, Jan 19, 2009 at 08:55, rhitam <rhitamsan..._at_gmail.com> wrote:
> >> > I tried something like this :
> >> > svn log -v -r 1081https://svn.company.com/svn/trunk/
>
> >> > it displayed the changed files in that revision . But how do copy
> >> > those files to any random folder which is not a working copy on my
> >> > hard disk. Upon looking at the syntax (svn help log)  , there seems to
> >> > be no way to provide the destination folder as an argument.
>
> >> You need to write a script to retrieve the log, parse the output, then
> >> do the work.
>
> >> > On Jan 19, 6:29 pm, Andy Levy <andy.l..._at_gmail.com> wrote:
> >> >> On Mon, Jan 19, 2009 at 04:49, rhitam <rhitamsan..._at_gmail.com> wrote:
> >> >> > Hi , sorry to bother you all again ,  but is there any way i can do
> >> >> > the same action through command line ? Ie , if i provide revision
> >> >> > number as an argument , the batch file should get all the changed
> >> >> > files to a specified folder ?
>
> >> >> svn log -v -r:REVNUM
>
> >> >> See also svn help log
>
> >> >> > On Jan 19, 10:24 am, rhitam <rhitamsan..._at_gmail.com> wrote:
> >> >> >> Stefan , you are a life saver.
>
> >> >> >> Regards ,
> >> >> >> Rhitam.
>
> >> >> >> On Jan 16, 8:25 pm, Stefan Küng <tortoise..._at_gmail.com> wrote:
>
> >> >> >> > rhitam wrote:
> >> >> >> > > Folders shown in the dialog ? Yes .. i mean whenever  we open any
> >> >> >> > > windows "save to"  dialog , the existing folders would be shown
> >> >> >> > > right ? That should not affect anything ? Also as for "export
> >> >> >> > > selection to" ..  when does this option appear ?
>
> >> >> >> > > If we right click on the root folder in the repo browser , (typically
> >> >> >> > > trunk) , and then click "show log"  ,
> >> >> >> > > it will show all the different revisions on top. Then i clicked on one
> >> >> >> > > of them. say revision number 1008 .
>
> >> >> >> > > in the section below the log messages , it shows the files checked in
> >> >> >> > > for that revision with the full path ie :
>
> >> >> >> > > it willl show something like this :
>
> >> >> >> > > Action       Path                                               Copy
> >> >> >> > > from Path            revision
> >> >> >> > > added        /trunk/something/something.cpp
> >> >> >> > > modified  /trunk/other/again/other.cpp
> >> >> >> > > ...
>
> >> >> >> > > now ,  if i select all these files in this particular section , (Shift
> >> >> >> > > + ctrl + down)  and then right click , the only option i get is "save
> >> >> >> > > revision to" .
>
> >> >> >> > > Now , if i click on this , the folder browser dialog will appear.
> >> >> >> > > where i can select a folder . when i select that folder , all the
> >> >> >> > > files get copied , but not with the folder structure . They all come
> >> >> >> > > directly under the selected folder.   ie : if the folder name is
> >> >> >> > > "patch"   , then the files something.cpp and other .cpp will be
> >> >> >> > > doirectly under it . The option "Export selection to" doesnt exist!  :
> >> >> >> > > (
>
> >> >> >> > > Am i doing something worng ?
>
> >> >> >> > * show log
> >> >> >> > * select one or more revisions (if more than one, make sure the selected
> >> >> >> > revisions are in one block, i.e., no revision missing)
> >> >> >> > * right-click (the top pane of the log dialog, *not* the file list at
> >> >> >> > the bottom)
> >> >> >> > * select "compare with previous revision" (if one is selected) or
> >> >> >> > "compare revisions" (if more than one revision is selected)
> >> >> >> > * the 'file diff' dialog comes up
> >> >> >> > * select all entries there (ctrl-A)
> >> >> >> > * right-click, select "export to..."
>
> >> >> >> > Stefan
>
> >> >> >> > --
> >> >> >> >        ___
> >> >> >> >   oo  // \\      "De Chelonian Mobile"
> >> >> >> >  (_,\/ \_/ \     TortoiseSVN
> >> >> >> >    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
> >> >> >> >    /_/   \_\    http://tortoisesvn.net
>
> >> >> >> > ------------------------------------------------------http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMess...
>
> >> >> >> > To unsubscribe from this discussion, e-mail: [users-unsubscr..._at_tortoisesvn.tigris.org].
>
> >> >> >> >  signature.asc
> >> >> >> > < 1KViewDownload- Hide quoted text -
>
> >> >> >> > - Show quoted text -
>
> >> >> >> ------------------------------------------------------http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMess...
>
> >> >> >> To unsubscribe from this discussion, e-mail: [users-unsubscr..._at_tortoisesvn.tigris.org].- Hide quoted text -
>
> >> >> >> - Show quoted text -
>
> >> >> > ------------------------------------------------------
> >> >> >http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMess...
>
> >> >> > To unsubscribe from this discussion, e-mail: [users-unsubscr..._at_tortoisesvn.tigris.org].
>
> >> >> ------------------------------------------------------http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMess...
>
> >> >> To unsubscribe from this discussion, e-mail: [users-unsubscr..._at_tortoisesvn.tigris.org].- Hide quoted text -
>
> >> >> - Show quoted text -
>
> >> > ------------------------------------------------------
> >> >http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMess...
>
> >> > To unsubscribe from this discussion, e-mail: [users-unsubscr..._at_tortoisesvn.tigris.org].
>
> >> ------------------------------------------------------http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMess...
>
> >> To unsubscribe from this discussion, e-mail: [users-unsubscr..._at_tortoisesvn.tigris.org].- Hide quoted text -
>
> >> - Show quoted text -
>
> > ------------------------------------------------------
> >http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMess...
>
> > To unsubscribe from this discussion, e-mail: [users-unsubscr..._at_tortoisesvn.tigris.org].
>
> ------------------------------------------------------http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMess...
>
> To unsubscribe from this discussion, e-mail: [users-unsubscr..._at_tortoisesvn.tigris.org].- Hide quoted text -
>
> - Show quoted text -

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1040888

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-01-21 12:23:12 CET

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

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