How can I find the root folder of a given subversion working copy

后端 未结 8 843
暗喜
暗喜 2020-12-09 15:44

Quite often I\'m sitting in the middle of a subversion working copy, and I want to do a quick svn status to find out what changes I have made since the last che

8条回答
  •  再見小時候
    2020-12-09 16:29

    Try the following command at any depth of your working copy:

    svn info . --show-item wc-root --no-newline
    

提交回复
热议问题