4

I am using TortoiseGit and am working with an svn repository using git-svn.

Sometimes I want to make a one line change and dcommit it to the svn repo immediately (so the CI server will pick up the change).

Currently I have to git commit, then dcommit. It's an extra step for something I want to do quickly...it would be nice if I could just commit and dcommit in one step. Alternatively, is there a command line command I could use to do the same thing?

1 Answer 1

2

The svn commands from TortoiseGit are:

So regarding the GUI, may be opening a new ticket would be a good idea.

As for the command-line, I do not think there is a native git command able to do that, which leaves a custom script to achieve that sequence (similar in principal to the one in this "Showing commits not yet on master" article, at the end of it).

Sign up to request clarification or add additional context in comments.

1 Comment

thanks - I just started really working with Git last month after discovering that TortoiseGit is fairly stable; I wasn't aware that git-svn support is so new.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.