Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
[email protected] webmail now available. Want one? Go here.
Cannot use outlook/hotmail/live here to register as they blocking our mail servers. #microsoftdeez
Obey the Epel!

Paste

Pasted as Plain Text by schabi ( 11 years ago )
using svn, Version 1.7.9-SlikSvn-1.7.9-X64 (SlikSvn/1.7.9) X64:
--- script ---

mkdir a
echo >a/b
svn add --parents a/b
svn commit -mm

svn lock a/b
svn rm a
svn commit -mm

mkdir a
echo >a/b
svn add --parents a/b
svn commit -mm

svn status

--- output ---

D:\test\locktest>svn status
     K  a\b

--- why is a\b shown as locked? (there is no lock in the repository...) ---

 

Revise this Paste

Your Name: Code Language: