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

Re: [TSVN] Problems committing a file: "Kann Sperre für Pfad 'f/q/p/to/the/file' nicht prüfen; keine entsprechende Sperrmarke verfügbar."

From: <Lion.Gutjahr_at_escatec.ch>
Date: 2005-10-11 11:16:05 CEST

again, many tnx for your help stefan.

Stefan Küng <tortoisesvn@gmail.com> wrote on 10.10.2005 19:03:22:

> Lion.Gutjahr@escatec.ch wrote:
>
> >>- If 'svn status' shows the file as unversioned, did you even select it
> >>in the commit dialog? If you did, it's status should be 'added'.
> >
> > Yes, it shows the status added.
>
> Ok, so you've selected the file for commit.
>
> Is the file by any chance inside an added folder? Or is the folder the
> file is in already versioned?
Yes. It resides in a eVC project folder.
I successfully add/commit it to any other location, except one directory in
my productive repo.
Also a copy or move from inside the same repo. via the repo browser lead to
the same error msg. as in the subject.

> >>- what's the version of the server?
> >>- what's the version of TSVN you're using?
> >>- how do you connect to the repository? (http/svn/file/...)
> >
> > I was using svn 1.2.0 on a WindowsXP/SP2 pc with svnserve running.
> > TSVN version is 1.2.4.4479.
> > An upgrade to svn 1.2.3 (made this evening) didn't solve the problem.
>
> - Can you commit the file alone (without having other files/folder
> selected for commit)?
during the tests, it is the only file which is uncommitted.
I reverted all other files to the head rev.

> - Can you commit the file with the CL client?
it outputs the same error msg.
Hope i did it right:
C:\path\to\file\in\working\copy>svn status
? myfile.aps

C:\path\to\file\in\working\copy>svn add myfile.aps
A (bin) myfile.aps

C:\path\to\file\in\working\copy>svn status
A myfile.aps

C:\path\to\file\in\working\copy>svn commit myfile.aps -m "test" --no-unlock
Hinzuf. (bin) myfile.aps
Übertrage Daten .svn: Übertragen fehlgeschlagen (Details folgen):
svn: Kann Sperre für Pfad
'/full/qualified/path/to/the/file/which/should/be/added/myfile.aps' nicht
prüfen; keine entsprechende Sperrmarke verfügbar

I also tried to delete the whole folder from the repo-browser. Removing
every file seperately succeeded but finally the same error occured when
trying to remove the folder itself (which seems to still contain some sort
of dead reference to "myfile.aps".

C:\path\to\file\in\working\>svn commit copy -m ""
Lösche copy
svn: Übertragen fehlgeschlagen (Details folgen):
svn: Kann Sperre für Pfad
'/full/qualified/path/to/the/file/which/should/be/added/myfile.aps' nicht
prüfen; keine entsprechende Sperrmarke verfügbar

> Can you perhaps provide some recipe on how I could reproduce the problem?
I don't know what i did to put the repo in this state. The only troubles i
had were that the pathnames i initially imported while creating the repo
were too long and TSVN wasn't able to do the job. I did that step manually
with the cmd line client which accepts the MS "\\.\"-notation and
succeeded.
I'm trying to reproduce it and as soon as I'm able to do so, i'll post the
recipe here but until now, i haven't had any success.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Oct 11 11:16:14 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.