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

Re: determining when an svn update occurred?

From: John Peacock <john.peacock_at_havurah-software.org>
Date: Tue, 04 Mar 2008 11:58:55 -0500

Geoffrey wrote:
>> Just wondering, but what do you need that info for?
>
> Just trying to figure out who the guilty party is. ;)

If you weren't using shared working copies, you would know who the
guilty party was based solely on the output from 'svn log'. If you
simply must use a shared working copy (which is a bad idea from the get
go, but useful in certain limited circumstances), then you should make
the following changes:

1) remove all files from the directory ~/.subversion/auth/svn.simple on
the box that has the shared WC (I don't off the top of my head know
where that might be located on a Windows box);

2) edit the file ~/.subversion/config (ditto on location), and in the
section labeled [auth], uncomment this line (remove the # sign):

        store-passwords = no

Now, every time someone commits, they will be forced to type their
username and password.

John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-03-04 17:59:23 CET

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.