On Tue, Mar 22, 2011 at 6:38 PM, Thomas Ferris Nicolaisen
<tfn...@gmail.com>wrote:

> The trick is to first clone the bare repository, and then do a git svn init
> inside it, so it can be used for dcommitting.
>
> There are two ways to set up a repository that you can dcommit from:
>
> 1) git svn clone (takes ages with big repositories)
> 2) git clone existing repository, and then do git svn init inside of it.
>
> I assume you have done git svn clone once to create the fetching repo. You
> pushed all content to the bare repo.
>
> Now, developers can clone the bare repo, do git svn init inside of it, and
> then they can dcommit from there, instead of having to do their own git svn
> clone.
>

I am not sure what you mean

Is it

git clone bare-url gitdir
git svn init svn-url gitdir

Would this set up the local repo?


-- 
       Sabba     -          סבא הלל        -     Hillel
Hillel (Sabba) Markowitz | Said the fox to the fish, "Join me ashore"
 sabbahil...@gmail.com | The fish are the Jews, Torah is our water
http://sabbahillel.blogspot.com

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.

Reply via email to