All of lore.kernel.org
 help / color / mirror / Atom feed
* Newbie question about setting up git repository from svn (git svn)
@ 2011-03-04 15:57 Hillel (Sabba) Markowitz
  2011-03-07  2:23 ` Neal Kreitzinger
  0 siblings, 1 reply; 4+ messages in thread
From: Hillel (Sabba) Markowitz @ 2011-03-04 15:57 UTC (permalink / raw)
  To: git

Please respond directly to sabbahillel@gmail.com as I do not have time
to follow this mailing list.


I am attempting to set up a git repository based on an svn repository.
The idea would be that the members of the project would be able to use
git exclusively with the central git repository acting as the
coordinator. This git server would be the only one capable of issuing
the git svn dcommit and git svn rebase and the members of the project
would not have to worry about it. Eventually, the subversion
repository would be transferred to git.

I created a separate Ubuntu VM in order to set up the git repository.
I used "git svn clone -s" to set up MyProject.git on "gitserver"

The command "git branch -a" shows
* master
  remotes/branch1
  remotes/branch2
  remotes/trunk


I then went to my main VM and used ssh to clone the repository

git clone gitserver:/opt/git/MyProject
cd MyProject
git branch -a
* master
  remotes/origin/HEAD -> origin/master
  remotes/origin/master

How do I check out the trunk or appropriate branches from the remote?
I am probably misreading the documentation. Would it be

git checkout -b branch1

does the master on the remote (and here) actually point to the trunk by default?
should I checkout the branches on "gitserver"?

I also do not see how I can get the list of branches from the remote
location.without having to do an ssh into the gitserver, cd to the
repository directory, and use a 'branch -a' there. Is there a way to
ask for this information? I have not yet been successful in setting up
gitosis yet because this is on an internal company intranet and I do
not have a valid machine name for my accounts as everything is being
done on VMs. Thus, my public key ends with
"sabbahillel@desktop-ubuntu" rather than an actual machine name or
address.

Would you have a pointer to a HOW-TO that discusses this.

Thanks for any help that you can give me.

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-03-07  3:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-04 15:57 Newbie question about setting up git repository from svn (git svn) Hillel (Sabba) Markowitz
2011-03-07  2:23 ` Neal Kreitzinger
2011-03-07  2:34   ` Neal Kreitzinger
2011-03-07  3:20   ` Hillel (Sabba) Markowitz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.