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

Re: svn win32 binary (was: hey...)

From: Branko Èibej <brane_at_xbc.nu>
Date: 2001-10-03 03:22:48 CEST

I have some local mods in my tree (Scott's date parser, my config
parser, and stuff), so I can't really post an "official" binary right
now. But I've put the debug binary, based on revision #195, on

    http://www.xbc.nu/svn/svn-win32-r192+mods.zip

It's got neon-0.17.0 linked in, but neither zlib nor openssh. I put the
Berkeley DB debug DLL (which is referenced by svn, although it's not
really used) and the debug MSVC runtime there, too. Just unpack the
three files somewhere in your path. That's it.

Some other things: you'll need a working diff.exe and patch.exe in

    C:\Program Files\Cygnus\Cygwin\bin

(see svn_private_config.hw). Also, whenever I hit the update/stat 500
error, I go to the root of my working copy and run the following script:

#!/bin/sh

for target in \
    `find . -type d -depth -print \
     | egrep -v '/(SVN|apr|neon|db3-win32|Debug|Release)'`
do
  echo "svn update $target"
  ( cd $target && svn update . )
done

Cleans my tree up a treat. You need cygwin installed for that, of
course, or at least bash and find.

Enjoy more sleepless nghts.

Branko �ibej wrote:

> Ben Collins-Sussman wrote:
>
>> Do you have any working Win32 svn client binaries? I'd really, really
>> like to play with a statically linked .exe. Perhaps you could even
>> start posting them to the download page...
>>
> Good idea. I'll work something out.
>

-- 
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:44 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.