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

RE: Subversion asking for password over and over again

From: Giulio Troccoli <Giulio.Troccoli_at_uk.linedata.com>
Date: 2007-06-14 10:32:17 CEST

> I don't even think your hook script needs to access the repository in
> a way that requires a password. You should be able to bypass that.
>
> For example, you could write your post-commit hook like this:

[snip]

Thanks. I didn't know that you could use svnadmin to change the log.
This does not require a commit, does it?

However, this is more a workaround that a solution. I still don't
understand why one user has stored the password and another hasn't (the
config files in the .subversion diretory are the same). I would very
much like to understand the problem and fix it rather than put a
workaround in place. Especially because the exact same procedure (to
change the log message) works perfectly fine in the production
repository.

> $SVNADMIN setlog --bypass-hooks \
> $REPOS -r $REV $FILE

The problem is not that the normal hooks are called. So bypassing them
wouldn't make any difference. However, as I said, I didn't know you
could use svnadmin and that this does not require a commit.

Giulio
 
 
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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jun 14 10:32:38 2007

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.