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

RE: Write Update log to file

From: Giulio Troccoli <Giulio.Troccoli_at_uk.linedata.com>
Date: Fri, 10 Oct 2008 15:13:06 +0100

>

Linedata Services (UK) Ltd
Registered Office: Bishopsgate Court, 4-12 Norton Folgate, London, E1 6DB
Registered in England and Wales No 3027851 VAT Reg No 778499447

-----Original Message-----

> From: Andy Levy [mailto:andy.levy_at_gmail.com]
> Sent: 10 October 2008 15:09
> To: users_at_tortoisesvn.tigris.org
> Subject: Re: Write Update log to file
>
> On Fri, Oct 10, 2008 at 09:58, KennetN_at_gmail.com <KennetN_at_gmail.com>
> wrote:
> > Hi
> >
> > I have tryed this client-side hooks and I think I may be able to do
> > what I need with that.
> > but it requires that every developer sets this up, and eventualy
> > someone will forget to do that.
> >
> > I would just like to make sure that there is no way to get the batch
> > file solution that I bescribed eariler to work.
> >
> > Its realy simple all I need is a command line thing that shows the
> > revision of a file.
> > I was a bit supprised that it did not already exist.
>
> Does setting svn:keywords & embedding $Revision$ in the file not work?
>
> > On 10 Okt., 13:22, "Andy Levy" <andy.l..._at_gmail.com> wrote:
> >> On Fri, Oct 10, 2008 at 07:11, Kenn..._at_gmail.com <Kenn..._at_gmail.com>
> wrote:
> >> > Hi
> >>
> >> > Thanks you for your quick reply.
> >>
> >> > But this don't not really what I need, I would like one file for each
> >> > folder.
> >> > Is it possible to setup the file where this is written for each
> >> > folder ? that may work
> >> > I have many different folders where I check out files and I want a
> >> > separate log file for each folder.
> >>
> >> > I have also considered just writing a batch file that will call.
> >>
> >> > TortoiseProc.exe /command:update
> >> > and the write the new revision to the logfile.
> >>
> >> > But I can't find any way to get revision of one file and write it to
> a
> >> > log file.
> >> > I was thinking something like.
> >> > TortoiseProc.exe /command:? /path:"c:\Project\file.exe" >>
> >> > MyLogfile.txt
> >>
> >> TSVN 1.5 introduced client-side hooks which could be used
> here.http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-
> settings....
> >>
> >>
> >>
> >>
> >>
> >> > On 10 Okt., 12:25, "Konstantin Kolinko" <knst.koli..._at_gmail.com>
> >> > wrote:
> >> >> 2008/10/10 Kenn..._at_gmail.com <Kenn..._at_gmail.com>:
> >>
> >> >> > I would like to know if there is a way to get a log of "Updates" a
> >> >> > user has made to his local copy.
> >> >> > (...)
> >> >> > It would also be great if it was possible to list the files in the
> >> >> > update.
> >> >> > It would be something like writing the contents from the Update
> >> >> > window to a file.
> >>
> >> >> It is already written to a file called "action log". At some times
> it
> >> >> helps troubleshooting.
> >>
> >> >> See TortoiseSVN > Settings > "Saved data" page.
> >> >> See the "Show" button
> there.http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-
> settings....

Maybe I misunderstood the OP's issue, but wouldn't

svn log --verbose <WC path>

Do the trick?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-10-10 16:13:16 CEST

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.