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 ...
0
votes
1answer
34 views

Clone SVN repository locally

I try to clone svn repository locally with following command in cygwin: git svn clone file:///J:/<path_to_repository>/svn_repo -s . and I get following error: svn: E235000: In file ...
1
vote
1answer
18 views

Git config file error

I am getting this warming when i run any git command from terminal . I thouht it was a permission issue but can't seem to fix. Can anybody point me to the right direction ? below is the warming and ...
0
votes
1answer
15 views

Why does 'git' work, but 'git-svn' does not, and how do I fix it?

I am using 64-bit Windows 7 with git 1.8.3.msysgit.0 installed. The command git works fine, from wherever: PS C:\dev> git --version git version 1.8.3.msysgit.0 However, the command git-svn does ...
0
votes
0answers
10 views

what is the role of 'git-svn-id'

Hi what is the role of git-svn-id field in commit message? Is it just informational, i.e. just for user convenience or it is used also by git-svn? I can imagine only one usage of this field: during ...
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
0answers
12 views

editing git-svn in git-core

I am trying to import and svn repo into git, and I am using svn2git. I get the error "Failed to strip path..." and the command svn2git fails. Now from googling, I understand that this is a problem ...
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 ...
0
votes
1answer
10 views

git svn rebase fails with clean working directory

Attempting to do a git svn rebase -- it complains I have uncommitted changes though nothing is showing in git status. $ git svn rebase Cannot rebase with uncommited changes: # On branch local/dev ...
1
vote
1answer
110 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
1answer
33 views

Using Github with out local repository

I want to build a web application to upload program files and save directly on github. Is it possible to upload files with out having local repository(clone)? Is there a developer API I can use?
0
votes
3answers
13 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
2answers
24 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 ...

1 2 3 4 5 67
15 30 50 per page