anjuta r4318 - in trunk: . plugins/subversion
- From: jrliggett svn gnome org
- To: svn-commits-list gnome org
- Subject: anjuta r4318 - in trunk: . plugins/subversion
- Date: Sun, 5 Oct 2008 06:59:16 +0000 (UTC)
Author: jrliggett
Date: Sun Oct 5 06:59:16 2008
New Revision: 4318
URL: http://svn.gnome.org/viewvc/anjuta?rev=4318&view=rev
Log:
* plugins/subversion/svn-switch-command.c (svn_switch_command_new):
Make sure the repository URL given to the switch command is canonicalized.
Modified:
trunk/ChangeLog
trunk/plugins/subversion/svn-switch-command.c
Modified: trunk/plugins/subversion/svn-switch-command.c
==============================================================================
--- trunk/plugins/subversion/svn-switch-command.c (original)
+++ trunk/plugins/subversion/svn-switch-command.c Sun Oct 5 06:59:16 2008
@@ -117,7 +117,8 @@
self = g_object_new (SVN_TYPE_SWITCH_COMMAND, NULL);
self->priv->working_copy_path = svn_command_make_canonical_path (SVN_COMMAND (self),
working_copy_path);
- self->priv->branch_url = g_strdup (branch_url);
+ self->priv->branch_url = svn_command_make_canonical_path (SVN_COMMAND (self),
+ branch_url);
self->priv->revision = revision;
self->priv->recursive = recursive;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]