Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Link to set_svn_ignore.sh from pba-helloworld-portable

...

No Format
for A in ${AL} ; do for B in ${BL} ; do
  svn add build/$A/$B/programs/${NEWPROG}
  svn propget svn:ignore build/$A/$B/programs/${PROG} |sed -e "s/${PROG}/${NEWPROG}/g" >/tmp/svn.props
  svn propset svn:ignore build/$A/$B/programs/${NEWPROG} --file /tmp/svn.props
done ; done

 

Script for single-module projekcts

For simpler projects with one directory you might find https://svn.clazzes.org/svn/pba/trunk/pba-helloworld-portable/scripts/set_svn_ignore.sh very useful.

Just create a scripts/ directory right besides the debian*/ directory, svn export the script there, and call it.