Hello guys, That´s my first experience with git and already have a problem to solve.
We work here in colaboration with others remote teams in a big project. Each one of us have a exclusive branch in SVN central repository, and the main trunk is used only from the central team. I want to install a GIT a repository and clone only one branch. Clone all the trunk, branches and tags folders is not and option, because we will use only a little part of the SVN repo (only our branch). I started with the folowing command, but, as expected, nothing happens: git svn clone -s --no-minimize-url -r30000:HEAD https://remote.svn.url/system/branch/mybranch/ /srv/repos/git/system-fetch I inspected the .git/config file, and I guess something in there could help me, but I really don´t know what to do. Thanks in advance. (sorry for any english errors) -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.
