mscurtescu / mariuss-nautilus-scripts

Automatically exported from code.google.com/p/mariuss-nautilus-scripts
2 stars 0 forks source link

SVN add should show me unversioned files #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I should be prompted with a list of unversioned files to svn add.

changed=$(svn status | awk '/A|M/ { print "TRUE "; print $2  }')
selected=$(zenity --list --width=400 --height=500 --text="Choose files to
add" --title="SVN Add" --checklist --column="" --column="File" $changed
--separator=" ")

Original issue reported on code.google.com by daniel.o...@gmail.com on 24 Jun 2007 at 9:55

GoogleCodeExporter commented 9 years ago

Original comment by marius.s...@gmail.com on 25 Aug 2007 at 6:48