-3
votes
0answers
13 views
What repository works best for us having 1 iOS app and 5 .NET web apps? [on hold]
we have 1 iOS app and 5 .NET web apps. We are a small team of 3 people looking for a repository version control solution. Our platform is more Mac OSX than Windows. We are looking at github or some ...
1
vote
1answer
15 views
Git-Svn safety and api usage
I can't find much on this anywhere, before diving into git-svn I was wondering how safe it is to use against an SVN repository. I have experimented a little, and had one check in which seemed to fail ...
1
vote
1answer
23 views
Migrating from SVN to Git when using Visual Studio - adjusting the workflow
We have got to a point where SVN does not support our workflow.
Currently we have a SVN trunk where developers commit everything to our central server (which has RAID and gets backed-up regularly) at ...
1
vote
0answers
22 views
Word-by-word blame/annotate in version control?
Is it possible to reconstruct a word-by-word history in version control? Ideally, I'd like to do is something like 1) I indicate the range of lines of interest, 2) have the program figure out the ...
1
vote
1answer
20 views
Is it possible to migrate from subversion to git keeping history of copied branches, tags and trunk?
I've seen a number of SO posts about this with no resolution.
I have one subversion repository, hosting multiple projects. I would like to migrate one of those projects to git while preserving a ...
1
vote
2answers
33 views
How to setup a git or svn repository on a local server/PC on Windows?
I haven't been able to find a step by step tutorial to setup a git or svn repository on my local server/PC running on Windows! It should provide access to multiple users for submitting source code and ...
0
votes
0answers
17 views
Pentaho Kettle/ETL integration with Subversion or Git
We are using Pentaho ETL (aka Kettle). Pentaho has a built in enterprise repository for versioning. However, it is very poor. First, there's no way to go through an entire Pentaho project looking for ...
1
vote
1answer
34 views
git svn dcommit fails because of assertion error “svn_fspath__is_canonical(child_fspath)” (cygwin)
I hope anybody can help me.
When I try to push my local git branch to the svn server this will always result into this error:
$ git svn dcommit
Committing to http://.../Dev_Stream/01_workspace ...
...
1
vote
2answers
33 views
Git Svn clone certain revision, and continue cloning other revisions in the future
I am converting my svn repo to git. It is a very large repo and it keep failing, therefore I have to clone only part of it. I used the following command:
git svn clone -r100000:HEAD ...
0
votes
2answers
21 views
merge changes with GIT and SVN
Here is my problem. I am working with an external consultant, who created some code that he keeps in a GIT repo on github. Internally I have a development server that has SVN, and I can make a copy of ...
0
votes
2answers
22 views
git svn does not fetch directory
My svn repo contains (among others) an empty directory called nativeLibrary. From my local git workspace, git svn rebase does not grab it. It also does not come with a fresh git svn clone.
...
-1
votes
0answers
47 views
What version control to use for a large code base (nearly 10GB)? [closed]
Altogether, the source directory I need to have monitored under version control comes to just under 7GB in size. There are a few odd binaries here and there, but all that has to be maintained ...
0
votes
0answers
13 views
How to force gclient to use git-svn for svn repositories
gclient is the tool Google uses to manage sources in projects such as Chromium and libjingle.
To checkout source from svn or git gclient automatically detects type of repository and runs the relevant ...
1
vote
0answers
32 views
Using git svn clone on a subversion repository with inconsistent branches
My question looks at first sight similar to others (notably Cloning a Non-Standard Svn Repository with Git-Svn ) but I have one additional problem. I am also aware of ...
0
votes
1answer
24 views
svn checkout fail due to a folder named .svn in my tree
My question is similar but different from this one:
TortoiseSvn error : the same name as the administrative directory
I use git-svn as client and I had a test data which contains a fake .svn folder ...