SF.net SVN: geany-plugins:[443] trunk/geanyvc/vc_svn.c

yurand at users.sourceforge.net yurand at xxxxx
Thu Feb 5 17:22:23 UTC 2009


Revision: 443
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=443&view=rev
Author:   yurand
Date:     2009-02-05 17:22:23 +0000 (Thu, 05 Feb 2009)

Log Message:
-----------
GeanyVC: fixed revert dir/basedir command for subversion

Modified Paths:
--------------
    trunk/geanyvc/vc_svn.c

Modified: trunk/geanyvc/vc_svn.c
===================================================================
--- trunk/geanyvc/vc_svn.c	2009-02-05 17:11:08 UTC (rev 442)
+++ trunk/geanyvc/vc_svn.c	2009-02-05 17:22:23 UTC (rev 443)
@@ -67,7 +67,7 @@
 	 .env = NULL,
 	 .function = NULL},
 	{
-	 .startdir = VC_COMMAND_STARTDIR_FILE,
+	 .startdir = VC_COMMAND_STARTDIR_BASE,
 	 .command = SVN_CMD_REVERT_DIR,
 	 .env = NULL,
 	 .function = NULL},


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Plugins-Commits mailing list