[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Use Subversion to Manage Git?

From: Andreas Krey <a.krey_at_gmx.de>
Date: Wed, 22 May 2013 06:05:05 +0200

On Tue, 21 May 2013 21:55:51 +0000, Jeffrey Walton wrote:
...
> I only need four or five basic commands -
> checkout,

git clone $repo

> update,

git pull --rebase (after committing your own stuff)

> commit,

git commit -a && git push (after a pull)

> add (files),

git add files

> remove (files).

git rm files

Looks easier than hunting down a nonexistent plugin.
Otherwise, take a look at svnhub.com.

Andreas

-- 
"Totally trivial. Famous last words."
From: Linus Torvalds <torvalds@*.org>
Date: Fri, 22 Jan 2010 07:29:21 -0800
Received on 2013-05-22 06:05:44 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.