The output from "svn status" should give you the information you need to parse out any needed "svn add" or "svn delete" commands. It has a nice consistent and easy to parse output format. I believe it will even output XML if you want it to.
You're right. I won't need the two dirs to compare against. I was thinking I would for the delete part, thinking that them deleting without "svn delete" would mess things up. It will be fine though because running a status will give me an "!" value with I can then use to know that I need to delete the file.
This should work. Thanks.
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ UPHPU mailing list [email protected] http://uphpu.org/mailman/listinfo/uphpu IRC: #uphpu on irc.freenode.net
