svn - How do I detect and/or delete empty Subversion directories? -
i have been searching on google couldn't find answer this. how can detect and/or remove empty directories on subversion repository? want delete directories; have in them .svn directory.
i running windows , have access svn on command line , have tortoisesvn installed.
this you'll have script somehow because there isn't subversion command this. use "svn ls -r url_to_repo_root" , entries end in / not have children in them. "svn ls" directory ends "/" use advantage when scripting this.
Comments
Post a Comment