Tagged Questions
4
votes
3answers
613 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
176 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 ...