> -Original Message-
> From: MARTIN PHILIP [mailto:codematt...@ntlworld.com] On Behalf Of
> Philip Martin
> Sent: woensdag 3 april 2013 22:12
> To: BRM
> Cc: SubVersion Users
> Subject: Re: SVN wc/repo issue...
>
> BRM writes:
>
> > $ svn mv ../.
it (since Debian/Ubuntu only supports 1.5 for 8.04).
Thanks!
Ben
>
> From: Philip Martin
>To: BRM
>Cc: SubVersion Users
>Sent: Wednesday, April 3, 2013 4:11 PM
>Subject: Re: SVN wc/repo issue...
>
>BRM writes:
>
>> $ svn m
Guten Tag BRM,
am Mittwoch, 3. April 2013 um 21:36 schrieben Sie:
> Is there any way to tell what might be locked on the server side?
The problem is not related to any server locks within the svn repo,
but only with your local filesystem and/or your working copy.
SVN-Locks a re only recognized d
BRM writes:
> $ svn mv ../../include .
>
> However, 'svn mv' keeps returning:
>
> Unable to lock '.'
> Is there any way to tell what might be locked on the server side?
The error does not involve a server-side lock.
> We're using Apache2/2.2.22 + Subversion 1.6.17 as the server (Ubuntu
> R
I have a repository with many projects in it, and have been working on the
layout of one project in particular - adding directories and moving source into
it.
I am now trying to move a directory in that projects part of the tree to
another part of the tree, simply:
$ svn mv ../../include .
How