Hello,

i'm trying to delete a file   but getting a message such as it's been
> locked by another user. But that user is not locked that file.  We have the
> visual SVN  installed in windwos server. Not sure how to release the lock
> of the file.
>
> Here is the error message
>
> svn: E175002: Commit failed (details follow):
> svn: E175002: Server sent unexpected return value (423 Locked) in response
> to DELETE request for
> '/svn/privAccess/!svn/txr/63-23/privAccess/Content/Library/Priv%20Acess%20-%20New%20AD%20Groups/Priv%20Access%20-%20New%20User%20Groups%20Sync/SA-LDAP-Sync.xml'
>
> please suggest what SVN  command line command  to use to release the lock
> and delete the file.
>

The error indicates that the file is actually locked by someone. It makes
sense to check why this file was locked because there is a great chance
that it was locked on purpose and someone is making modifications to the
file. In order to find out who locked the file and why, run the following
command and check "Lock Owner", "Lock Created" and "Lock Comment" fields:

svn info <URL-TO-THE-FILE>

If you are sure that the lock is unnecessary and should be removed, break
the lock by running the command:

svn unlock --force <URL-TO-THE-FILE>

Learn more about locking in Subversion by reading *SVNBook | Locking
<https://www.visualsvn.com/support/svnbook/advanced/locking/>*.

--
With best regards,
Pavel Lyalyakin
VisualSVN Team

-- 
You received this message because you are subscribed to the Google Groups 
"VisualSVN" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to visualsvn+unsubscr...@googlegroups.com.
To post to this group, send email to visualsvn@googlegroups.com.
Visit this group at http://groups.google.com/group/visualsvn.
For more options, visit https://groups.google.com/d/optout.
  • 423 lock error ka . umaparvathi . cse
    • Re: 423 lock error Pavel Lyalyakin

Reply via email to