You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by François Beausoleil <fb...@users.sourceforge.net> on 2003/07/27 22:46:10 UTC

Precompiled SVN 0.26.0 for Win 32 available ?

Hi !

Does anybody know where the Win32 build is ?  Don't tell me the 
Subversion filesharing area, as it is not there.

Is Jostein Christoffer Andersen on holiday ?  I would certainly 
understand that ;)

Thanks !
François



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Precompiled SVN 0.26.0 for Win 32 available ?

Posted by Steve Williams <st...@kromestudios.com>.
I think a managed version of SVN would be a long, arduous and thankless
task.

Sly

Branko Čibej wrote:
> Steele Price wrote:
>
>> I for one would LOVE to have this ported over to MANAGED code in
>> VS.NET. I am willing to help out on this.
>>
> Hm. What would a port like this involve? Porting the SVN code to C#,
> or something much less drastic? I proudly admit I haven't the
> faintest idea about what the .Net environment looks like (and
> strongly suspect that "managed code" is marketspeak for "bug free",
> an outright lie :-)


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Precompiled SVN 0.26.0 for Win 32 available ?

Posted by Branko Čibej <br...@xbc.nu>.
Steele Price wrote:

>I for one would LOVE to have this ported over to MANAGED code in VS.NET.
>I am willing to help out on this.
>
Hm. What would a port like this involve? Porting the SVN code to C#, or
something much less drastic? I proudly admit I haven't the faintest idea
about what the .Net environment looks like (and strongly suspect that
"managed code" is marketspeak for "bug free", an outright lie :-)

>I would also like to make a go at getting this to work on IIS as an option
>to apache as well.
>
Does IIS support DAV provider plug-ins? And more importantly, does it
support DeltaV?

>I think that anyone actually using SVN on a windows server platform would be
>much better off with these and would give some observers and MS bigots even
>MORE incentive to take a look at using SVN over their much beleaguered VSS
>toolset!
>
Huh, as if anyone who's ever used VSS needs any incentive to move to
punched card stacks, let alone SVN. :-)

>If we can interface with SVN via C# and VB by using the vs.net build that
>will also improve the outlook for SVNs use on windows.  With the advent of
>Win2K3 Web Edition it would make for an excellent inexpensive box for a code
>repository, albeit not free as is my debian box running my current
>repository.
>
SWIG can produce C# bindings these days. I expect the first order of
business would be to get those bindings written and working.


-- 
Brane Čibej   <br...@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

Re: Precompiled SVN 0.26.0 for Win 32 available ?

Posted by "D.J. Heap" <dj...@shadyvale.net>.
What do you mean by managed?  Just recompiling it with VC as a managed 
C/C++ project (mixed mode, really) works fine with a little tweaking, 
but you still have to implement a totally wrapper class to make it 
usable from C# and I believe there are already of couple of these 
implementations around (Ankh has one, I think).  IMO, there's zero 
benefit to making the whole thing managed, rather than implementing a 
little mixed-mode wrapper DLL around the native client libraries. 
Subversion is very well designed and makes it easy.

DJ

Steele Price wrote:

> I for one would LOVE to have this ported over to MANAGED code in VS.NET.
> I am willing to help out on this.
> 
> I would also like to make a go at getting this to work on IIS as an option
> to apache as well.
> 
> I think that anyone actually using SVN on a windows server platform would be
> much better off with these and would give some observers and MS bigots even
> MORE incentive to take a look at using SVN over their much beleaguered VSS
> toolset!
> 
> If we can interface with SVN via C# and VB by using the vs.net build that
> will also improve the outlook for SVNs use on windows.  With the advent of
> Win2K3 Web Edition it would make for an excellent inexpensive box for a code
> repository, albeit not free as is my debian box running my current
> repository.
> 
> Steele
> 
> ----- Original Message ----- 
> From: "Branko Čibej" <br...@xbc.nu>
> To: "D.J. Heap" <dj...@shadyvale.net>
> Cc: "François Beausoleil" <fb...@users.sourceforge.net>;
> <de...@subversion.tigris.org>
> Sent: Sunday, July 27, 2003 10:41 PM
> Subject: Re: Precompiled SVN 0.26.0 for Win 32 available ?
> 
> 
> 
>>D.J. Heap wrote:
>>
>>
>>>I think Branko usually provides the binaries and Jostein then builds
>>>the setup from them -- I do recall Jostein saying he would be on
>>>vacation for a while though and asked for volunteer replacements for a
>>>while. I'm not sure if anyone did.  Branko also seems to have been
>>>busy or gone for a while.
>>
>>So busy I'm almost gone, 's matter of fact... :-(
>>
>>
>>>I can pretty easily build binaries, but they would be built on
>>>VSNet2003 (meaning a different c runtime dll would be used) and I
>>>can't build the complete install package.
>>>
>>>Should I build the binaries?  I think I can upload them to the file
>>>sharing area -- Add a File is an active link for me when I'm logged
>>>in, anyway.
>>
>>I'll try to get those Win32 binaries built today, but I've never built
>>the installer, either. Nor can I guarantee that Win32 even works, as I
>>haven't tested it since 0.25. :-)
>>
>>
>>-- 
>>Brane Čibej   <br...@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

Re: Precompiled SVN 0.26.0 for Win 32 available ?

Posted by Steele Price <st...@usa.net>.
I for one would LOVE to have this ported over to MANAGED code in VS.NET.
I am willing to help out on this.

I would also like to make a go at getting this to work on IIS as an option
to apache as well.

I think that anyone actually using SVN on a windows server platform would be
much better off with these and would give some observers and MS bigots even
MORE incentive to take a look at using SVN over their much beleaguered VSS
toolset!

If we can interface with SVN via C# and VB by using the vs.net build that
will also improve the outlook for SVNs use on windows.  With the advent of
Win2K3 Web Edition it would make for an excellent inexpensive box for a code
repository, albeit not free as is my debian box running my current
repository.

Steele

----- Original Message ----- 
From: "Branko Čibej" <br...@xbc.nu>
To: "D.J. Heap" <dj...@shadyvale.net>
Cc: "François Beausoleil" <fb...@users.sourceforge.net>;
<de...@subversion.tigris.org>
Sent: Sunday, July 27, 2003 10:41 PM
Subject: Re: Precompiled SVN 0.26.0 for Win 32 available ?


> D.J. Heap wrote:
>
> > I think Branko usually provides the binaries and Jostein then builds
> > the setup from them -- I do recall Jostein saying he would be on
> > vacation for a while though and asked for volunteer replacements for a
> > while. I'm not sure if anyone did.  Branko also seems to have been
> > busy or gone for a while.
>
> So busy I'm almost gone, 's matter of fact... :-(
>
> > I can pretty easily build binaries, but they would be built on
> > VSNet2003 (meaning a different c runtime dll would be used) and I
> > can't build the complete install package.
> >
> > Should I build the binaries?  I think I can upload them to the file
> > sharing area -- Add a File is an active link for me when I'm logged
> > in, anyway.
>
> I'll try to get those Win32 binaries built today, but I've never built
> the installer, either. Nor can I guarantee that Win32 even works, as I
> haven't tested it since 0.25. :-)
>
>
> -- 
> Brane Čibej   <br...@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
>
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Precompiled SVN 0.26.0 for Win 32 available ?

Posted by Branko Čibej <br...@xbc.nu>.
D.J. Heap wrote:

> I think Branko usually provides the binaries and Jostein then builds
> the setup from them -- I do recall Jostein saying he would be on
> vacation for a while though and asked for volunteer replacements for a
> while. I'm not sure if anyone did.  Branko also seems to have been
> busy or gone for a while.

So busy I'm almost gone, 's matter of fact... :-(

> I can pretty easily build binaries, but they would be built on
> VSNet2003 (meaning a different c runtime dll would be used) and I
> can't build the complete install package.
>
> Should I build the binaries?  I think I can upload them to the file
> sharing area -- Add a File is an active link for me when I'm logged
> in, anyway. 

I'll try to get those Win32 binaries built today, but I've never built
the installer, either. Nor can I guarantee that Win32 even works, as I
haven't tested it since 0.25. :-)


-- 
Brane Čibej   <br...@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

Re: Precompiled SVN 0.26.0 for Win 32 available ?

Posted by "D.J. Heap" <dj...@shadyvale.net>.
I think Branko usually provides the binaries and Jostein then builds the 
setup from them -- I do recall Jostein saying he would be on vacation 
for a while though and asked for volunteer replacements for a while. 
I'm not sure if anyone did.  Branko also seems to have been busy or gone 
for a while.

I can pretty easily build binaries, but they would be built on VSNet2003 
(meaning a different c runtime dll would be used) and I can't build the 
complete install package.

Should I build the binaries?  I think I can upload them to the file 
sharing area -- Add a File is an active link for me when I'm logged in, 
anyway.

DJ


François Beausoleil wrote:
> Hi !
> 
> Does anybody know where the Win32 build is ?  Don't tell me the 
> Subversion filesharing area, as it is not there.
> 
> Is Jostein Christoffer Andersen on holiday ?  I would certainly 
> understand that ;)
> 
> Thanks !
> François
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Precompiled SVN 0.26.0 for Win 32 available ?

Posted by Jostein Christoffer Andersen <jo...@josander.net>.
On Monday 28 July 2003 00.46, François Beausoleil wrote:

> Is Jostein Christoffer Andersen on holiday ?  I would certainly
> understand that ;)

I'm back..

..and will upload the 0.26.0 version of the installer within 2-3 hours.

:-)

Jostein
-- 

Jostein Chr. Andersen <jo...@josander.net> http://www.josander.net/

Public PGP Key:
Key: http://www.josander.net/pub_keys/jostein_josander.net.asc


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org