Hi all,
I have set up a server to handle my source control with Visual Svn Server. I have created a repository with the normal folder layout of trunk, tags, branches. All good so far.
On my local pc I have replicated the folder structure of trunk, tags and branches. Within the trunk and branches folders I have a Visual Studio solution ...
Possible Duplicates:
Why is git better than Subversion?
I've already read a lot (not enough to get the perfect picture though) about versioning systems, and the obvious conclusion is that GIT is simply the best. Or Bazaar maybe. Or Mercurial. But if so it was, then nobody would be using SVN, but they still do. Why? I myself ha...
while i am working on xcode i am getting this error which does not allow me to add files to svn..
i have project i my svn and after i checked out i did some modifications to that and when i am trying to check in to svn it does not show me "commit" option and at bottom of xcode is showing error:155007 path is not a working copy /shows m...
Is Mercurial always using the external merge tools when two branches that are merging have changes to the same file?
Or does it first see if it can merge the file itself, and only punting to the external tool if it can't?
The reason I'm asking is that I am (once again) re-reading the tutorial written by Joel Spolsky on Mercurial and on...
I created a Java Project in Eclipse using the Web services Top down approach (i.e. creating a WSDL file and using it to generate the Skeleton Java class and web services with axis2) (Hence, there are a lot of auto-generated files and axis2 jar libraries).
My Project has the following files/directory structure
- Deployment...
I am immensely troubled and disturbed by the fact that subversion is creating random .svn folders in my local repo. I am used to Perforce which does not do this. Is there any way to prevent subversion from doing this? Will it affect svn if I delete the folders or use some sort of script to delete them?
...
Hi all,
I'm looking for the database Design ( Relational - Model ) used by Subversion.
I'm working in a project that should be able to merge, version and any other similar subversion operations.
Does anyone know any site that describes the Subversion tables ?
Thanks in advance !
...
I am not able to see commit option after I made changes to my working copy, but I ensured that my settings for svn were correct.
What exactly is the problem with this error message?
Below the xcode is showing:
Your path is not a working copy
What should I do for removing this?
...
We are working on a project where we are required to use Subversion as our version control system. We are all comfortable with it, but, on the holidays we would like to go out of town to focus on development. The problem is, there is a high probability not to have internet access where we're going. Since we still want to maintain code hi...
It seems to be quite hard to find good references about the pros and cons of these Version control systems.
If someone can make a short and neat paper about it, mirror it and post it here, I think a lot of people would be less confused.
What version control system should I use ? I think it depend on the project and on the number of peo...
Let's say that I'm working on a project, with files A, B, and C. I get halfway through adding a feature, modifying A and B, before I realize that something needs cleaning. Because of the circumstances, it's optimal to interrupt the feature work to do the cleaning. This involves making changes in A, B, and C.
After I'm done with the feat...
How to read the commentary of a certain commit version using terminal? Like:
svn commit_version read or something similar?
...
I've got a folder under svn control. It may contain some modifications that may be conflicting with the working copy. I want to do
svn up --accept=theirs-full
but svn version is too old and doesn't suport 'accept' option. Is there an easy workaround for that except updating subversion? Version installed in there is 1.4
Basically, I w...
I created a Java Project in Eclipse using the Web services Top down approach (i.e. creating a WSDL file and using it to generate the Skeleton Java class and web services with axis2) (Hence, there are a lot of auto-generated files and axis2 jar libraries).
My Project has the following files/directory structure
- Deployment...
My SharpDevelop Version is 4.0.0.
Some one said I can found at Tools->Subversion, but I didn't found.
Should I go to download it? What url is it?
Thanks.
...
We have recently introduced version control in Subversion in our development cycle, and a team mate asked me today if it was possible to get all commit comments in an RSS feed. Since I think it's a pretty cool idea, I looked around in the Visual SVN Server option windows, and here on SO, but couldn't find anything relevant. (Most searche...
I'm working on a project which (as usual) contains source code and many static resources like images and generated files (for UI and l10n).
By now, everything is versioned with Subversion, but I think there must be a better way to store the static and generated files and link them on project deployment.
So, in your opinion which option...
I have an excel list (excel 2003) where user enter translations for tokens. It has 3 columns
(key, value, language). It can be something like key: Login.Header, value: "Please login to the website" language: en.
This works quite well. I use this file to generate language specific images in a website that uses lots of graphics for texts....
Hi,
I'm facing an issue with merging a branch back into a tree on SVN, this is my situation
My branch was created some time ago
Since then, we have re-arranged our SVN repository, and this project has moved under a different heirarchy.
Now, I would like to merge that branch back into its trunk
I seem to be getting a lot of tree con...
I've screwed up a certain sub-folder in my svn working copy and now I am unable to commit the entire directory. I am however able to commit individual sub-directories (not too many), and thus have been able to save my work on the whole.
If I try to commit the entire working directory, I get a "Unable to lock {PATH}" error. I've tried svn...