Tagged Questions
4
votes
3answers
608 views
How to commit subversion revision with every commit in order to refer between two repositories
Consider software spread in two separate repositories, Pub and Priv. Pub repository is public. Priv is closed. An continuous integration server builds both Pub and Priv when either side changes. It ...
0
votes
3answers
163 views
How can I update a revision number in a not modified file for every commit having also this file committed?
I have a revision.txt file in my SVN project.
Basically I want that this file is updated automatically when I call svn ci with the revision number the working copy will have after the commit.
For ...
0
votes
1answer
433 views
Is SVNAutoversioning directive in apache subversion imporant?
If so why? I know setting this on will result in more number of automatically committed revisions. Is it good to have more auto commits?