A
A
Alexander Sulimov2012-12-09 21:03:48
git
Alexander Sulimov, 2012-12-09 21:03:48

From git to svn, or work at the same time

There are projects in git. Local repository and remote - everything works. But it was necessary to make a copy (archive) of the repository to another remote server where only svn is available. Reverse svn to git is not needed yet.
How can this be organized?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
B
balloon, 2012-12-09
@balloon

git-svn ?

K
KEKSOV, 2012-12-10
@KEKSOV

I once had a project that lived in both CVS and SVN at the same time. From a VCS point of view, files from another VCS are just files. I after all correctly understand, what SVN should not know about GIT? The scenario is as follows - updated from GIT, then committed to SVN, when ready, then again returned the changes to GIT. Or I did not understand the essence of the question?

R
rvller, 2012-12-10
@rvller

A small script that once a day \ week \ etc will commit all new revisions to SVN, while remembering which revision it stopped at.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question