1
vote
2answers
18 views
Google Code svn migration
How to migrate from Google Code's subversion to another subversion server keeping the history?
The problem here is that I don't have access to the repository of Google Code, nor to the one I will …
3
votes
7answers
91 views
Versioning SQL Server?
The development group I'm currently in uses Visual Source Safe for our version control; this choice was originally made due to cost and it's tight integration with Visual Studio.
As our repository …
0
votes
2answers
42 views
subversion “out-of-date” question
I'm using subversion so that I can have two checkouts, one for testing to make sure things work and another which is public live site. I made some changes in the test site but also made some updates …
1
vote
8answers
76 views
How can one setup a version control system on a local network, without a server?
Edit: Ok so I learned that I guess I need an distributed source control, however are there any UI based ones, and do they allow you to merge with other users on the network?
This is kind of a two …
0
votes
3answers
33 views
are there any Subversion API wrappers available?
looking for subversion api wrappers that would let me make calls to subversion via a web application.
any language at this point
0
votes
3answers
50 views
Merging tag into trunk with Subversion
I have this folder structure:
\myproject\branches\v1.2
\myproject\trunk
I need to merge v1.2 back into trunk. v1.2 has revisions 104 and 105. Trunk goes from 57-65 and 106. The 106 revision is …
7
votes
8answers
142 views
Git: Should I ignore the Index or is there a killer application for it?
As a subversion user, git's index is the most challenging new concept I'm facing as I consider using it for new projects. I read many people's comments saying that they don't use the Index (always …
1
vote
3answers
45 views
Merge sources from branch to trunk. Change trunk with branch.
We need to merge changes from branch to trunk.
And we do not need any changes that we did in trunk since branch was created.
1. We do not need to merge sources - we need to replace sources in trunk …
0
votes
1answer
23 views
Is it possible to see full history for file if it was merged from branch to trunk?
Is it possible to see full history for file if it was merged from branch to trunk?
Or only history for trank will be accessible?
0
votes
3answers
44 views
SVN commit fails: File already exists
I've got a file (mapViewController.m) which is in svn but I cannot commit changes to it. I tried to copy the file elsewhere and then update. The file does not come with the update so I copy it back. …
1
vote
5answers
51 views
is it right to save media file of project into svn repository?
I know that I can save all my projects files into repository so deployment of new version of software become only using svn export into properly directory.
But I have a feeling that it is not right …
0
votes
5answers
54 views
Subversion: Can I commit several checked-out folders at once?
Let's say I have working copies of several different folders from my SVN repository scattered across my file system. Their parent directories are not part of the repository. E.g.
somedir1\
…
2
votes
1answer
42 views
SVN pre-commit script to check for mkdir
I wrote the following pre-commit script for SVN to validate that a user has submitted the minimum amount of information on a file commit. However, when trying to add/delete a directory, now it is …
0
votes
1answer
37 views
Maintaining a one month history when using mercurial as a smart local cache for subversion
There are similar questions here and here, however they are not the same, as they are asking about using mercurial and subversion together in a general sense.
Reading through the Mercurial and …
0
votes
4answers
47 views
SVN status..how to use that function
In linux, how do I check if someone has not yet committed something?
I remember I made changes on a server once..but forgot to commit. Now, I don't know which server I used to make those changes.
