I have a working folder. I use Commit by right-clicking on it after my work is over and TortoiseSVN commits to a repository in my local computer. I am using Aptana for my development and recently added Subversive plugin. I want to link the same working folder with Subversive. For this I created a new repository in a different folder. Lat...
I have a folder where I keep checked-out version from Aptana Subversive SVN plugin. I have another folder where the checked-out copy from Eclipse resides. Both, Aptana & Eclipse, are using the same repository. Though the repository is the same, but I am using two different working folders. Sometimes I use Eclipse to work with the same se...
I want to change the default SVN username to a new name. I tried solution suggested in this link (http://stackoverflow.com/questions/45624/change-default-author-in-local-svn-repo), but it is not working.
I have access to SVN repository through command line and Aptana using Subversive client.
...
One day I pressed in Eclipse Help -> Check for Updates (and I learnt that I should Never Ever update a software which works fine.)
Then in a project that I used with SVN the whole submenu of "Team" and the little icons that showed that some files weren't commited, they all dissapeared.
I tried everything:
revert from Instalation His...
Until recently we have been using SVN for all projects of our web studio, and there is a very convenient feature present in several clients like Subversive and TortoiseSVN that can extract all files that have been changed in a certain revision.
Is there a way to do it in Mercurial? I don't care if it's done via a GUI or a command line, ...
I use eclipse galileo with subversive plugin or Tortoise SVN to do an update.
It is possible to schedule an auto-update (eg. every night)?
If yes, is it possible to configure it to just update the non-conflicting files?
...
How do I stop Subversive from setting svn:mime-type to text/plain on initial commit?
My Java code is being checked into my repository with the svn:mime-type property set as text/plain, and as a result my web-based SVN viewer (trac) isn't syntax highlighting.
edit: I should add I'm running Eclipse 3.5 and the most recent version of Su...
I have checked out a project using Subversive for Eclipse and I am getting the following errors:
The project cannot be built until build path errors are resolved
Unbound classpath container: 'JRE System Library[jdk1.5.0_08]'
I'm assuming the first error will be resolved as soon as the second one is. I think I need to install jdk1.5.0_...
I am trying to merge my development branch back into the trunk of my repo. Steps I took:
Switch to trunk
check that it is up to date, resolve any conflicts
Go to Team->Merge
Select URL : development branch
Start Revision: Revision when branch was created
End Revision: HEAD
OK
This should do the magic - it opens up the syncronize view...
Hi All,
I am using Subversive plugin for Eclipse to connect to SVN Code repository.
Our code base is so huge, that am finding it difficult to search for files.
I am not able to find files using Ctrl+F key also.
Is there anyway I can search for specific files in this plugin.
thanks in advance,
Regards,
PK
...
I have a repository configured like this:
+---CollectionA
| \---project1
| \---trunk
| \---sourcecode
| \---tags
| \---rel-1
| \---project2
| \---trunk
| \---sourcecode
| \---tags
| \---project3
| \---trunk
| \---sourcecode
| \---tags
| \---rel-1...
I have a svn server on our lan locally its on windows. The developers use and check in/out from that. Just to be on the safer side we have took up a server from rackspace a linux one. Is it possible to do an automatic weekly synchronise from the local svn server to the remote one. The remote one will be mainly used as a remote backup but...
using visual svn and tortoise svn here
I renamed my file
I notice it say add and delete which to me means history may be erased?
What is the best way to rename a file without losing history in subversion?
...
I am working on a long term branch. I want to update the trunk with the stuff in my branch every week or so.
I had been updating my branch from trunk using merge a range of revisions.
I then used reintegrate a branch to merge my branch back into trunk.
Then I went back to my branch and did merge a range of revisions and I got a ton o...
How can I remove files&directories (from my localcopy) that have been already removed from svn repository (server) by somebody else?
I'd like to keep my changes (and added files) untouched. And by "my changes" I mean that I have added some new files but their are not yet under svn (their have the "?" status).
After performing "svn upda...
I'm completely new to source control and Subversive, and I've committed changes to a file that shouldn't have been modified. I've done over an hour of searching documentation and the Internet about this, but I guess I'm not familiar enough with the terminology. Also, a lot of source control resources seem to be for command line users.
...
I am using SVN, Visual Studio, and VisualSVN plugin for VS.
Is it possible to set things up where each item under control, say a file, will have its own sequential version number, which is independent from other items under control.
For example, I want foo.txt to get version numbers 1, 2, 3, 4, etc.; and I want bar.txt to get version num...
Hi all
I'm beginning to work with Eclipse for some Java development. I'm quite new to Eclipse, as I am a Visual Studio developer normally.
I tried to install the CheckStyle Eclipse Plug-In and Subversive, using the Eclipse "Install new Software" feature. No errors, everything seems to have worked well. Clicking on "What software is alr...
an svn:externals reference like this
dojo -r 21434 http://svn.dojotoolkit.org/src/dojo/trunk/
is happily accepted by subversive in the set properties panel and the link is established. However, the revision is ignored. Each time I upgrade, I get the latest from trunk. It does not seem to matter whether or not I include a space betwe...
How can I use a new branch in Eclipse if I'm not using Subversive or Subclipse? Do I have to checkout the new branch and import that as a new project into Eclipse? Is there an easier way to do it, or is using Subversive or Subclipse the only reasonable way?
I know there are many discussions on the pros/cons of Subversive or Subclipse ...