On 19 Jul, 16:38, Konstantin Khomoutov <khomou...@gmail.com> wrote:

> Well, let me just demonstrate a session involving `git svn` and `git
> subtree` which I recorded minutes ago (Debian Lenny, stock Git 1.6.5,
> Subversion 1.5.1):http://pastebin.com/xm8aKje4

Hi, thank you very much. I tried following the session but I still get
stuck
in git subtree:

/tmp/apenwarr-git-subtree-d553db6/git-subtree add --prefix=bar /home/
frankie/src/git/project/

  Error: Use --prefix instead of bare filenames.

Then I tried adding "master" just like you did in the example:

git-subtree add --prefix=bar /home/frankie/src/git/project/ master

   fatal: ambiguous argument 'master': unknown revision or path not in
the working tree.
Use '--' to separate paths from revisions

Then I tried file:// instead /path

git-subtree add --prefix=bar file:///home/frankie/src/git/project/

  fatal: Invalid object name 'file'.

( I tried file:// , file:///, all the same )

I downloaded the latest git-subtree from github. I have ubuntu with
git version
 1.7.0.4.  svn, version 1.6.6.

Any hints ?

-- 
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-us...@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