[anjuta/gnome-2-28] bgo #601567 - Import from git fails



commit f4aba9fda16f79ddf39bddd976a47e0004021205
Author: Sébastien Granjoux <seb sfo free fr>
Date:   Sun Nov 15 10:44:21 2009 +0100

    bgo #601567 -  Import from git fails

 plugins/git/git-vcs-interface.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/git/git-vcs-interface.c b/plugins/git/git-vcs-interface.c
index 08fa1c9..24209c2 100644
--- a/plugins/git/git-vcs-interface.c
+++ b/plugins/git/git-vcs-interface.c
@@ -84,7 +84,7 @@ git_ivcs_checkout (IAnjutaVcs *obj,
 	path = g_file_get_path (parent);
 	dir_name = g_file_get_basename (dest);
 	
-	clone_command = git_clone_command_new (repository_location, path, dir_name);
+	clone_command = git_clone_command_new (path, repository_location, dir_name);
 	plugin = ANJUTA_PLUGIN_GIT (obj);
 
 	g_object_unref (parent);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]