Tagged Questions
0
votes
0answers
9 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 ...
0
votes
0answers
17 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
1answer
20 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
16 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
19 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)? [on hold]
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
12 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
28 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
23 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 ...
1
vote
1answer
82 views
How to install git-svn on Linux Mint 15 (Olivia)
I am required to interface with SVN at work, but prefer to run Git locally to allow me to have multiple local branches open at any given time. After making the switch from Windows 7 to Linux Mint 15 ...
0
votes
3answers
12 views
How to create a consecutive list of git diffs between two branches in svn format?
I have a git repository (actually a git-svn repository), I created a new branch and made several commits. on the local branch. Now I would like to get diff between all commits made on the branch. Lets ...
0
votes
1answer
23 views
What is the Git branching strategy with agile process
We have one central repository and three different environments ie. development, staging and production. We followed the Agile process. Each sprint (10 day's work) will contain the lot of User ...
0
votes
2answers
23 views
How can I checkout a specific revision of my svn codebase using git svn
I am trying to checkout a specific revsion of my svn codebase.
Normally, to checkout, I just type
git svn clone svn+ssh://path_to_codebase. I need to checkout an older version of the codebase. How do ...
-2
votes
2answers
27 views
Cannot download google code projects?
I get the above error when I'm trying to download a google code project. I'm doing the following in Tortoise SVN:
Running Windows 7, don't really know what other information to add.
-1
votes
2answers
24 views
svn and git: View all changes of one user
We have several svn and git repositories.
I want to have a view (web) where I can see:
All changes of user "foo" on day yyyy-mm-dd.
The result should be sorted by time and it should not matter if ...