Getting list of all folders but not the files
问题 I am trying to use the svn commands to gather all folders and subfolders from svn. The list is huge. I have tried making an empty folder on svn and compare it with the base but it crashes after 4 hours. I have tried the following this morning : svn list --depth infinity http://serverip/svn/root/ and it has been running for nearly 6 hours so far and still not finished and it lists all the files. I tried on the side a couple other ways with grep and egrep parameters but it is not recognized so