2
votes
0answers
17 views
Which version of Art of Computer Programming should I read and when?
I want to read Art of Computer Programming by Donald Knuth for various personal and professional reasons. So when I walk into the book store I see a couple volumes a couple version …
2
votes
3answers
80 views
Svn: How do I list all files ever committed to the repository?
Hello, everyone!
How could I let SVN list all files which were ever committed to a repository (if possible, along with location and revision).
More exactly: I need all ever exist …
4
votes
3answers
109 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 …
1
vote
2answers
51 views
Implementing article revision history for Java based web application
Any ideas of how best i can implement article revision history for a Java based web application and save it in AuditLog
StackOverflow already has such a feature allowing one to se …
1
vote
1answer
80 views
Git (TortoiseGit) - How to change the HEAD to a previous revision
Hi,
When using Git with TortoiseGit: Does somebody know how to change the HEAD to a previous revision for a complete repository and/or just a single file?
For example i have a re …
3
votes
3answers
80 views
SVN: Is it possible to get the list of revision numbers for given path?
I am making a PHP tool that connects to a repository, downloads the list of commits and stores them locally. However, due to the possibility that certain repositories are HUGE and …
0
votes
3answers
62 views
SVN: How to get the first revision of a file?
When working with a subdirectory in a repository, how to find the revision when that specific directory has been added to the repository? By using "svn info http://.." I can find o …
1
vote
1answer
63 views
Subversion block in CruiseControl.NET - passing specific revision number?
I would like the ability to pass a specific revision to the SVN task (in ccnet.config) that I want the buildserver to checkout from SVN and build. So I don't always want the latest …
0
votes
1answer
31 views
Is the only way to list the “live” revisions of a particular SVN path “svn log -q -v” plus a filter?
Is performing an "svn log -q -v" across all revisions against the repository root and then filtering by the desired path really the best (only?) way to do this? We need to find th …
1
vote
2answers
89 views
Subversion for revision history and logging on Source codes
I have tried to find some resource for Subversion how to make revision history and logging message on source code; This question might be a simple
We changed our CVS to Subversion …
1
vote
6answers
328 views
Getting SVN revision number into a program automatically
I have a python project under SVN, and I'm wanting to display the version number when it is run. Is there any way of doing this (such as automatically running a short script on com …
0
votes
3answers
67 views
Sending a whole svn revision through ftp
Hi
My host does not handle SVN.
What I want is to be able to send through ftp a whole svn revision so I am sure I won't forget to upload a file.
Do you guies know any tool that …
1
vote
4answers
51 views
Lost svn directory some time ago.. how do I find out which revision has it?
Hi,
I lost an svn directory some time ago, but don't know which revision has it? I looked at the log, but I'm guessing it is one of the times there is no comment ;)
28
votes
19answers
1k views
Do you use distributed version control?
I'd like to hear from people who are using distributed version control (aka distributed revision control, decentralized version control) and how they are finding it. What are you u …
0
votes
3answers
36 views
Creating a revision number from date/tim
Lately I've been wondering if there were an alternative to a revision number (incremented int). I like to create at revision tag (or identifier if you like) from date/time (and lat …
