0
votes
Any recommendations for deployment from SVN, with version numbers written into my code automagically?
The keywords stuff will fail in plenty of cases -- like if you've modified the source before deploying, or if you check in from one directory in your project then a different directory in the same …
0
votes
How do you add all untracked files in svn? Something like git add -i?
Use a GUI that can show you all the untracked files, then select all and add. Any decent SVN gui should provide this functionality.
That said, be careful you really want all those files. …
