开发者

How to verify a soft link in svn without checkout?

开发者 https://www.devze.com 2023-01-22 17:49 出处:网络
I want to verify the correctness开发者_如何学运维 of a soft link in svn. But I don\'t want to checkout. Is there any method? I try \"svn ls\", but it cannot give information about soft link.You can us

I want to verify the correctness开发者_如何学运维 of a soft link in svn. But I don't want to checkout. Is there any method? I try "svn ls", but it cannot give information about soft link.


You can use svn proplist to make sure the file has the svn:special property set.

svn cat will give you the file it points to.

See the docs for more information.

0

精彩评论

暂无评论...
验证码 换一张
取 消