I don\'t want to checkout a new project and i don\'t wan\'t to use the share function. what i want to do is: i already have a folder in my eclipse workspace which is an svn working cop开发者_如何学JA
I am trying to install subversive for eclipse helios on windows 7. I am seeing it as installed in the installation details, but it is not showing up as a perspective and also in wi开发者_StackOverflow
I am using subversion for version control of my code (tortoise SVN on windows and VisualSVN as the server on another computer). Things are going great as far as keeping different versions of my code i
I have two eclipse projects on an SVN repository that I feel should be merged into one. The easiest way that I can think of doing this is to copy the contents of both开发者_运维知识库 projects into a
So I\'m able to pull the files out of the svn but I\'m unable to get Eclipse to under开发者_Python百科stand these files are part of an SVN.
The SVN menu (Subversive Plugin) is disabled whenever I\'m in an edit window; it\'s enabled when I\'m in the Navigator or similar file browsing windows. I\'d like to have the SVN menu enabled while th
I am using SVN, Visu开发者_如何学编程al 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, whi
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
How can I remove files&directories (from my localcopy) that have been already removed from svn repository (server) by somebody else?
I am working on a long term branch.I want to update the trunk with the stuff in my branch every week or so.