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
Original issue reported on code.google.com by
daniel.o...@gmail.com
on 24 Jun 2007 at 9:55