From: jean-luc malet <jeanluc.malet@gmail.com>
To: git <git@vger.kernel.org>
Subject: git svn : some feedback and wonder...
Date: Mon, 11 May 2009 17:52:48 +0200 [thread overview]
Message-ID: <1de9d39c0905110852v65b07bebl47cc9a58046c5288@mail.gmail.com> (raw)
hi
I'm just toying with git svn....
so I have an svn repository and I do a git svn clone -s
http://path.to/my/repository
here all is fine it checkout my trunk into master branch
1) when I do a git branch -a, it show 2 branches : master and trunk,
shouldn't it be master and svn/trunk?
2) when I create a branch using git svn branch it create an empty
directory and not as expected a branch from the current revision of
trunk
3) the branch appears in git branch -a without a remote
information.... not easy to track
4) you can't do git branch --track newbranch (where new branch is the
svn branch), since the branch name isn't prefixed by svn/ you can't
reuse the same name
5) why having called dcommit instead of push? it would have been more
understable (more coherent) git svn push would have pushed current
branch on corresponding svn branch and git svn push somebranch would
have do a git svn branch followed by the commits...
6) why having called rebase instead of pull? git svn pull would have
fetched svn/trackedbranch and merged into current branch, git svn pull
somebranch would have merged into current branch the svn/somebranch
(without traking info)
thanks and regards
JLM
--
KISS! (Keep It Simple, Stupid!)
(garde le simple, imbécile!)
"mais qu'est-ce que tu m'as pondu comme usine à gaz? fait des choses
simples et qui marchent, espèce d'imbécile!"
-----------------------------
"Si vous pensez que vous êtes trop petit pour changer quoique ce soit,
essayez donc de dormir avec un moustique dans votre chambre." Betty
Reese
http://www.grainesdechangement.com/citations.htm
next reply other threads:[~2009-05-11 15:53 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-11 15:52 jean-luc malet [this message]
2009-05-11 16:45 ` git svn : some feedback and wonder Michael J Gruber
2009-05-11 22:11 ` MALET Jean-Luc
2009-05-12 11:52 ` jean-luc malet
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1de9d39c0905110852v65b07bebl47cc9a58046c5288@mail.gmail.com \
--to=jeanluc.malet@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).