Re: reactivating librsync: new github hosting and lists

Martin Pool <[email protected]> Thu, 24 Apr 2014 11:50:49 +1000
Newsgroups gmane.network.librsync.general,gmane.network.librsync.devel
Message-ID <CAA9uavAgJCemS0k4nuR0NitoMQX-rvVnpHTRi=Ns90p=CCLLZg@mail.gmail.com>
--===============8191015522340641131==
Content-Type: multipart/alternative; boundary=001a113480a0daca4d04f7c0151e

--001a113480a0daca4d04f7c0151e
Content-Type: text/plain; charset=UTF-8

Hi Milind,

If you can separate those changes out into things that are generally
applicable (ie they won't break the build elsewhere), I would be happy to
merge them in. Or if you aren't sure how to do that, put up a pull request
anyhow and we can talk about it.

Thanks
Martin


On 23 April 2014 23:49, Milind Gupta <[email protected]> wrote:

> Hi Martin,
>          Thanks for the update. Just last week I compiled librsync as a
> dll from the sourceforge page on windows using Code::Blocks. I have made a
> Code::Blocks project for the dll. If you want I can send that to you to add
> for the PC build. Since Code::Blocks is cross platform I think the same
> project should work on other platforms as well. I had tried cygwin and
> Visual Studio express 2013 but nothing worked for me. For Codeblocks I had
> to make a change in the snprintf.c file. I had to comment the #define
> HAVE_VARARGS_H line and add the line #define HAVE_STDARG_H otherwise it
> gives errors. After that I was able to generate tne use the dll properly.
>
> Thanks,
> Milind
>
>
> On Tue, Apr 22, 2014 at 9:44 PM, Martin Pool <[email protected]> wrote:
>
>> Hi all,
>>
>> I've made a new home for librsync in <
>> https://github.com/librsync/librsync>. Pretty nice to see it's still
>> useful and used after 14 years!
>>
>> I'd like to maintain librsync a little more actively again, starting by
>> getting a clean build on modern compilers, seeing what new tests can be
>> added, and merging patches people have done elsewhere. I hope to make a new
>> release in the next month or so. If you've fixed bugs in your own fork,
>> please do get in touch on [email protected]
>>
>> I am also going to migrate the lists from Sourceforge to Google Groups
>> partly for the sake of better spam/moderation management:
>>
>> https://groups.google.com/forum/#!forum/librsync
>> https://groups.google.com/forum/#!forum/librsync-announce
>>
>> --
>> Martin
>>
>>
>> ------------------------------------------------------------------------------
>> Start Your Social Network Today - Download eXo Platform
>> Build your Enterprise Intranet with eXo Platform Software
>> Java Based Open Source Intranet - Social, Extensible, Cloud Ready
>> Get Started Now And Turn Your Intranet Into A Collaboration Platform
>> http://p.sf.net/sfu/ExoPlatform
>> _______________________________________________
>> librsync-users mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/librsync-users
>>
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "librsync" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Martin

--001a113480a0daca4d04f7c0151e
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">Hi Milind,<div><br></div><div>If you can separate those ch=
anges out into things that are generally applicable (ie they won&#39;t brea=
k the build elsewhere), I would be happy to merge them in. Or if you aren&#=
39;t sure how to do that, put up a pull request anyhow and we can talk abou=
t it.</div>

<div><br></div><div>Thanks</div><div>Martin<br><div class=3D"gmail_extra"><=
br><br><div class=3D"gmail_quote">On 23 April 2014 23:49, Milind Gupta <spa=
n dir=3D"ltr">&lt;<a href=3D"mailto:[email protected]" target=3D"_blan=
k">[email protected]</a>&gt;</span> wrote:<br>

<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
x #ccc solid;padding-left:1ex"><div dir=3D"ltr">Hi Martin,<div>=C2=A0 =C2=
=A0 =C2=A0 =C2=A0 =C2=A0Thanks for the update. Just last week I compiled li=
brsync as a dll from the sourceforge page on windows using Code::Blocks. I =
have made a Code::Blocks project for the dll. If you want I can send that t=
o you to add for the PC build. Since Code::Blocks is cross platform I think=
 the same project should work on other platforms as well. I had tried cygwi=
n and Visual Studio express 2013 but nothing worked for me. For Codeblocks =
I had to make a change in the snprintf.c file. I had to comment the #define=
 <a title=3D"The tiddler &#39;HAVE_VARARGS_H&#39; doesn&#39;t yet exist">HA=
VE_VARARGS_H</a> line and add the line #define <a title=3D"The tiddler &#39=
;HAVE_STDARG_H&#39; doesn&#39;t yet exist">HAVE_STDARG_H</a> otherwise it g=
ives errors. After that I was able to generate tne use the dll properly.</d=
iv>


<div><br></div><div>Thanks,</div><div>Milind</div></div><div class=3D"gmail=
_extra"><br><br><div class=3D"gmail_quote"><div><div class=3D"h5">On Tue, A=
pr 22, 2014 at 9:44 PM, Martin Pool <span dir=3D"ltr">&lt;<a href=3D"mailto=
:[email protected]" target=3D"_blank">[email protected]</a>&gt;</span> wr=
ote:<br>


</div></div><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;bo=
rder-left:1px #ccc solid;padding-left:1ex"><div><div class=3D"h5"><div dir=
=3D"ltr">Hi all,<div><br>I&#39;ve made a new home for librsync in &lt;<a hr=
ef=3D"https://github.com/librsync/librsync" target=3D"_blank">https://githu=
b.com/librsync/librsync</a>&gt;. Pretty nice to see it&#39;s still useful a=
nd used after 14 years!</div>




<div><br>I&#39;d like to maintain librsync a little more actively again, st=
arting by getting a clean build on modern compilers, seeing what new tests =
can be added, and merging patches people have done elsewhere. I hope to mak=
e a new release in the next month or so. If you&#39;ve fixed bugs in your o=
wn fork, please do get in touch on <a href=3D"mailto:librsync@googlegroups.=
com" target=3D"_blank">[email protected]</a></div>




<div><br></div><div>I am also going to migrate the lists from Sourceforge t=
o Google Groups partly for the sake of better spam/moderation management:</=
div><div><br></div><div><a href=3D"https://groups.google.com/forum/#!forum/=
librsync" target=3D"_blank">https://groups.google.com/forum/#!forum/librsyn=
c</a><br>




</div><div><a href=3D"https://groups.google.com/forum/#!forum/librsync-anno=
unce" target=3D"_blank">https://groups.google.com/forum/#!forum/librsync-an=
nounce</a><span><font color=3D"#888888"><br></font></span></div>
<span><font color=3D"#888888"><div><div><br></div>-- <br>Martin<br>
</div></font></span></div>
<br></div></div>-----------------------------------------------------------=
-------------------<br>
Start Your Social Network Today - Download eXo Platform<br>
Build your Enterprise Intranet with eXo Platform Software<br>
Java Based Open Source Intranet - Social, Extensible, Cloud Ready<br>
Get Started Now And Turn Your Intranet Into A Collaboration Platform<br>
<a href=3D"http://p.sf.net/sfu/ExoPlatform" target=3D"_blank">http://p.sf.n=
et/sfu/ExoPlatform</a><br>_______________________________________________<b=
r>
librsync-users mailing list<br>
<a href=3D"mailto:[email protected]" target=3D"_blank">l=
[email protected]</a><br>
<a href=3D"https://lists.sourceforge.net/lists/listinfo/librsync-users" tar=
get=3D"_blank">https://lists.sourceforge.net/lists/listinfo/librsync-users<=
/a><br>
<br></blockquote></div><span class=3D"HOEnZb"><font color=3D"#888888"><br><=
/font></span></div><span class=3D"HOEnZb"><font color=3D"#888888">

<p></p>

-- <br>
You received this message because you are subscribed to the Google Groups &=
quot;librsync&quot; group.<br>
To unsubscribe from this group and stop receiving emails from it, send an e=
mail to <a href=3D"mailto:[email protected]" target=3D"=
_blank">[email protected]</a>.<br>
For more options, visit <a href=3D"https://groups.google.com/d/optout" targ=
et=3D"_blank">https://groups.google.com/d/optout</a>.<br>
</font></span></blockquote></div><br><br clear=3D"all"><div><br></div>-- <b=
r>Martin<br>
</div></div></div>

--001a113480a0daca4d04f7c0151e--


--===============8191015522340641131==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

------------------------------------------------------------------------------
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform
--===============8191015522340641131==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
librsync-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/librsync-users

--===============8191015522340641131==--