Hi~
I'm coding to use svn in my Unity project, and want find a way to get file
status
I've tried `svn status` command, in most cases it works well,
however when -u and --depth=empty are both enabled, the entry block is
missing.
The following is my test:
Step 1
svn status --depth=empty "H:/svn/Uni
Hi,
hm, with depth=empty you're telling svn to only consider the root
folder itself.
In that case the entry tag would be empty ( and therefore perhaps
omitted) in case there are no changes/updates regarding the folder.
Lorenz
--
Jian Wang wrote:
>Hi~
>I'm coding to use svn in my Unity project,