bug

View: New views
3 Messages — Rating Filter:   Alert me  

bug

by Jesus Fabian :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

libertad@libertad-laptop:~$ git clone git://git.gnome.org/banshee
fatal: destination directory 'banshee' already exists.



_______________________________________________
banshee-list mailing list
banshee-list@...
http://mail.gnome.org/mailman/listinfo/banshee-list

Re: bug

by Alex Launi :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Only if user error counts as a bug. If you already have a clone, you want to cd into that dir and do a git pull. That will update your branch. If you dont have a clone, then you need to clone into a different directory than 'banshee' because you already have a 'banshee' dir.

--
--Alex Launi

_______________________________________________
banshee-list mailing list
banshee-list@...
http://mail.gnome.org/mailman/listinfo/banshee-list

Re: bug

by Patryk Zawadzki :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Mon, Jun 22, 2009 at 5:55 PM, Jesus Fabian<jfabian.pe@...> wrote:
> libertad@libertad-laptop:~$ git clone git://git.gnome.org/banshee
> fatal: destination directory 'banshee' already exists.

This is a known error between the keyboard and the chair :)

You're trying to clone into a directory that already exists. That's
not going to work.

If ~/banshee is an earlier git clone, just "cd banshee; git pull"

If ~/banshee is something else, either move it out of the way or give
"git clone" a local dir to use as the third parameter in the command
line.

--
Patryk Zawadzki
_______________________________________________
banshee-list mailing list
banshee-list@...
http://mail.gnome.org/mailman/listinfo/banshee-list