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

Re: [TSVN] Unable to commit using today's nightly

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2005-10-11 17:45:48 CEST

Norbert Unterberg wrote:
> Today's nightly (TortoiseSVN 1.2.4, Build 4604 - 32 Bit)
>
> When trying to commit changes from my working copy, everything is nice
> until I hit the commit button. The progress dialog shows:
>
> Modified: D:\some\path\file.c
> Error: Commit failed (details follow):
> Error: CHECKOUT of
> Error: '/svn/repos/!svn/ver/877/some/path/branches/project/file.c':
> Error: 401 Authorization Required (http://servername)
>
> Why is it trying to CHECKOUT?

No idea. But CHECKOUT isn't just the 'checkout' of Subversion, it's also
a DAV command, and I guess in that case it's just the DAV command
Subversion does to get some information before the commit.

> Why is an authorization required?

Authentication: to make sure you really are who you tell you are
Authorization : to make sure that you (really you, that's why
authentication comes before authorization) are allowed to do what you
want to do.

Do you use mod_autz_svn?

> Subversion or TSVN problem?

I would think Subversion, but I'm not sure.

> The command line client (version 1.2.0) lets me commit without problems.
> And yes, I rebooted after setup.

* Did you use any other nightly builds (built against Subversion 1.3)
before and it worked? Or is this the first time you're using a nightly?
* Is your server on a windows or linux machine?
* Are you part of a windows domain?

I'm currently rebuilding TSVN, that will take about an hour or so. After
that, I could send you a build of the CL client to try...

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Oct 11 17:46:18 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.