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

RE: [TSVN] TSVN problem when trying to unlock.

From: Fernandes, Filipe (Bolton) <ffernandes_at_husky.ca>
Date: 2005-05-02 20:24:27 CEST

> > It's actually right after you enter the comment when it says "Lock
> > Finished". I've added two pictures, one with file access and the other
> > with http access to show the differences.

> I've just tried the same here. It shows the lock owner just right!
> Hmmm - did you maybe configure your server to accept anonymous commits?
> Then the owner would be empty and TSVN then doesn't show anything (it
> assumes that there's no lock).
> And according to the Subversion locking notes, a lock must have an owner??

> Stefan

Hmm... I've tried against two different repositories... one
using authentication provided by apache,

Eg..

<Location /svn/repos>
  DAV svn
  SVNPath C:\data\repository
  AuthType Basic
  AuthName "Local Subversion Repository"
  AuthUserFile C:\data\repository\svn_auth.txt
  Require valid-user
</Location>

and I have one that uses ldap to authenticate the user. Both
of the repositories have been setup not to accept annonymous
commits. I would have expected it to fail otherwise. I'll have
to try to trace it...

Thanks anyways...

filipe

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Mon May 2 20:28:04 2005

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

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