File indexing completed on 2025-06-29 05:08:06
0001 #!/bin/sh 0002 # This script lists files not in the Subversion repository 0003 0004 svn status --no-ignore "$1" | sed '/^[\?I]/{s/^.......//;p};d'
File indexing completed on 2025-06-29 05:08:06
0001 #!/bin/sh 0002 # This script lists files not in the Subversion repository 0003 0004 svn status --no-ignore "$1" | sed '/^[\?I]/{s/^.......//;p};d'