[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

using svn.collab.net from a Windows client

From: Branko Èibej <brane_at_xbc.nu>
Date: 2001-08-30 21:43:26 CEST

FYI,

I've got a working svn.exe on Windows, with ra_dav and neon linked in.
It requires some tweaking of the project files, and the following patch:

Index: subversion/clients/cmdline/checkout-cmd.c
===================================================================
RCS file: /usr/local/tigris/data/helm/cvs/repository/subversion/subversion/clients/cmdline/checkout-cmd.c,v
retrieving revision 1.8
diff -u -p -r1.8 checkout-cmd.c
--- subversion/clients/cmdline/checkout-cmd.c 2001/08/29 21:57:17 1.8
+++ subversion/clients/cmdline/checkout-cmd.c 2001/08/30 19:36:58
@@ -101,7 +101,7 @@ svn_cl__checkout (apr_getopt_t *os,
       /* Ensure that we have a default dir to checkout into. */
       if (! opt_state->target)
         local_dir = svn_path_last_component (repos_url,
- svn_path_local_style,
+ svn_path_url_style,
                                              pool);
       else
         local_dir = opt_state->target;

This client can access the repository at svn.collab.net (modulo my flaky
network connection, grrrr).

Karl, if there's still time for me to check in the changes before you
roll the tarball for M3 and switch to the svn server, please tell me
ASAP. Otherwise I'll check in the once we make the switch.

BTW -- neon's Win32 project files are completely broken. I'll provide
pre-build neon libs for now, because that's the easiest thing to do.

-- 
Brane �ibej   <brane_at_xbc.nu>            http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:37 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.