Tagged Questions
1
vote
0answers
47 views
Eclipse Subversive, one commit, multiple revision numbers
I got multiple projects in the same repository location.
If I commit changes to multiple projects in one commit (select them all, and commit), Subversive creates one revision per project.
For ...
3
votes
1answer
408 views
Eclipse Git keyword expansion
I need to to update my source code revision keywords (@version, @date, etc) every time I am checking out the source to the git-hub server.
As you might know:
The main problem with this in Git is ...
5
votes
1answer
1k views
how to hide revision number from eclipse explorer view?
Is there any way to hide this number as this number has gone too long ?
0
votes
2answers
65 views
looking for code revision gui/application for my eclipse subversion
I was wondering if anyone can recommend any GUI/portal/platform/application that shows code revisions. I'm using subversion with my eclipse and wonder if there's something nice such as trac to see the ...
0
votes
2answers
47 views
Locally saved revisions with eclipse
I was searching for a plugin for Eclipse that will help me save revisions of my code, locally on my computer. All I found was subversion plugins.
Thnx,
Royi
0
votes
2answers
657 views
using svnversion (subclipse) with android - get revision number
I want to display the current revision number of my Android project to the user. I use the subclipse plugin for Eclipse and already found out that I somehow need the program svnversion.
I've found ...
0
votes
1answer
276 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 ->
...
0
votes
0answers
56 views
Subclipse - How to mark a major revision?
How does one go about marking a major revision using the Subclipse plugin? I'd like to mark a project at the end of an iteration such that it's possible to revert if necessary without going through ...
3
votes
2answers
673 views
How to activate revision info in line number view
I know of an Eclipse feature to show revision information (gradual coloring, more info like revisionnumber, date and author on mouseover) for the last changes in a line in the linenumbers-view.
Does ...
2
votes
3answers
894 views
SVN - How to set all files to same revision number and date
I am using Eclipse PDT and Subclipse. I want to set all of the files in my working copy to the one revision number and date and commit that as I want to have a periodical revision number where I know ...