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

URL problem when committing files over network

From: Michael Lapchuk <mlapchuk_at_gmail.com>
Date: Mon, 2 Jun 2008 14:24:04 -0600

I have subversion set up so I can access my repository over a local network.
I can checkout and update my working copies no problem but I run into an
error when I try to commit my working copies to the repository.
I have tried to commit my files using the following command:
>>> svn commit -m "comment"
And from this I got the following error:
>svn: Commit failed (details follow)
>svn: Authorization failed
I am not sure if this error is caused because I did not specify the location
on the other computer where the repository is actually stored or if it is
something else.

I have also tried another form of the commit command:
>>>svn commit svn//***IP***//root/svn/repos -m "comment"
And from this I got the following error:
>svn: Can't check path 'svn:\\***IP***\root\svn\repos': The filename,
directory name, or volume label syntax is incorrect.
I have no idea what could be wrong with the path that I provided as that is
the same path that I use to checkout the working copy and it works to check
it out. Also all of the cases of the letters are the proper case (lower
instead of upper) so it is not a problem with case-(in)sensitivity.

Any help would be greatly appreciated.

--Michael

-- 
"Those who are ignorant of history are doomed to repeat it"
Received on 2008-06-02 22:24:30 CEST

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.