subclipse Questions
1
Solved
In subclipse (the svn plugin on Eclipse) how do I update my code to match the repository as if I had used the --force command line option? I need to overwrite everything, even the changed stuff. Te...
4
Solved
Given: http://developer.android.com/resources/faq/commontasks.html#filelist
What are the best practices for getting your projects into source control? I ask because if you simply right click on y...
Yasmin asked 29/4, 2011 at 12:52
2
Solved
It seems to me that adding the property svn:ignore on files like .classpath would be a good idea. I use both Windows (work, ugh) and Linux development environments and every time I sync with the re...
Topazolite asked 17/3, 2011 at 19:34
1
Solved
I just did a plain old SVN update through Subclipse, and this came up in my SVN console:
update C:/project/ -r HEAD --force
U C:/project/.project
D C:/project/mroozek
U C:/project/timeStone
U...
8
Solved
I inherited a Java project in the form of an Eclipse project. After changing the Tomcat configuration (from v6 to v7), Subclipse prompted me to commit the following files:
.classpath
org.eclipse.c...
3
Solved
I have a Java project in an SVN server. I created a whole new version of it and now I want to "commit" but keep the previous version on the server. I'm not allowed to use branches on this project. ...
1
Solved
I have a file that is under version control and modified by me. However I do not want to commit it, I want that only I will have the specific change I made and everybody else will have the file in ...
2
Solved
I have checked out some projects from SVN repository. To build those projects I have to adjust some configurations (e.g. the classpath and property files) to fit the local enviroment.
Now I don't...
Berretta asked 4/1, 2011 at 10:40
0
I hope it is okay to ask for strange behaviour/bugs in Eclipse here.
When I use the Eclipse synchronize view with Subclipse, I used to see all incoming files from other developers very nicely with...
Electrokinetic asked 20/12, 2010 at 14:57
2
Solved
Eclipse is deployed with CVS client plugin by default. Why there are no svn source control clients that are bundled also by default?
Jerboa asked 15/11, 2010 at 22:3
1
Solved
What do the icons in the following screen capture mean? The icons are from Subclipse, an SVN plugin for Eclipse.
I'm not asking about the base file icons, I know those (HTML file and Java source...
9
even though there was no error when installing Subclipse in Eclipse. I won't see the SVN perspective at all?
I have tried with "Eclipse Classic 3.5.1" and with "Eclipse for PHP Developers".
After d...
2
I'm interested in displaying the version number of my code in a help page. Ideally I'd use a Major.Minor.SVNrevision format, where the SVNrevision number was pulled automatically. I hope? Suspect t...
1
Solved
Does anyone know of a comprehensive key for the range of Subclipse icons?
2
Solved
I would like to fill the comment tag @version with Subclipse or Subversion in Eclipse. CVS has done this automatically but Subversion isn't. This would be very helpful.
I tried to google "@version...
2
I'm fairly new to both Subversion and Subclipse and am seeing some issues that lead me to believe there is a difference between updating to head, and synchronizing. Specifically I find that when I ...
Wyatan asked 5/2, 2010 at 17:21
3
Solved
I had integrated a Subclipse plugin into the Eclipse to perform SVN related operations.
I had successfully checked-in, checked-out and commited my project to the SVN.
But now when I am trying to ...
Phyla asked 6/2, 2010 at 16:46
1
The scenario: I'm merging a series of cherry-picked revisions from an SVN branch into trunk. I'm using the Subclipse CollabNet client to do the merge. Everything works great, except that in additio...
1
Solved
I can't perform any Subversion operations on my Eclipse project as Subclipse can't rename a file. The error is:
Caused by: org.tigris.subversion.javahl.ClientException: svn: Cannot rename file '/U...
1
Solved
I use the SVN plugin, Subclipse, for the Eclipse IDE. I recently noticed one of my directories get tagged with the icon seen below. After reviewing the Subclipse label decorators, I didn't see this...
2
Solved
I have two questions and some context.
I am installing Subclipse 1.4.x into Eclipse Ganymede and I'm thinking that I should use the SVNKit Adapter. I'm using Ubuntu 8.04 which comes with Subversio...
4
Solved
I have found that when I need to rename a Java class (and therefore the source file) or need to change the package name (and therefore move the source file[s]), I can either:
Use the nice and use...
Citify asked 5/2, 2009 at 20:24
1
Solved
Using the Subclipse plugin (1.4.5) for Eclipse (3.4.1, OS X) adds some subversion metadata to the file navigator pane, including the modified date. Unfortunately this date is in m/d/y format, when ...
3
Solved
What actually happens to the file system when you do a Subclipse Share Project on an Eclipse project that was externally checked out from Subversion? All the .svn folders are already in place. I ge...
2
Solved
When using the Eclipse->Team->Show History view, what's the difference between using Subclipse "Get Contents" and "Get Revision" options on a revision of a file?
Is there any way to see what svn c...
Romo asked 18/9, 2008 at 14:43
© 2022 - 2024 — McMap. All rights reserved.