Hi,
Den sön 27 apr. 2025 kl 13:02 skrev Jian Wang :
> 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.
> Th
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,