Tagged Questions
0
votes
1answer
36 views
revision number difference on hudson job
I found there is difference between the revision number shown at "Status" of a particular job and "At revision" of the build console output of a job on hudson.
When i trigger a build, even if they ...
1
vote
0answers
72 views
How get the SVN revision information in PHP since the new version of SVN
I need to get the SVN revision number of my site in PHP.
Before the new version of SVN, i used the following code :
$svnFile = @file(REALROOT . '.svn/entries');
return $svnFile[3] . "(" . $svnFile[9] ...
0
votes
1answer
81 views
How to set the revision Number to a file
I am using the file upload in my project. I like to set the revision number for the file which I am uploading in the database. i.e. I will upload a sd.doc file for first time it will be saved as ...
0
votes
1answer
273 views
Eclipse Subversive revision numbers on multiple project commit
If I have 2 projects in Eclipse that refers to the same repository location.
repository location: svn://server
project-module1 ->
svn://server/trunk/project-module1
project-module2 ->
...
2
votes
3answers
907 views
Why does Subversion/TortoiseSVN skip revision numbers if a file has only been changed one time?
I am fairly new to Subversion/TortoiseSVN and I want to know if there is a way to prevent Subversion from skipping revision numbers on files so that I can track the amount of time a file is changed ...