Re: [Haifux] OT: Open CVS/SVN servers

2012-05-10 Thread Nadav Har'El
On Tue, May 01, 2012, Maxim Kovgan wrote about Re: [Haifux] OT: Open CVS/SVN servers: hi, Orr! Consider obsoleting svn. mercurial (or git) are much more fun and possibilities. At the risk of invoking a holy war, I beg to differ. One can say almost without hesitation that SVN is better than

Re: [Haifux] OT: Open CVS/SVN servers

2012-05-10 Thread Maxim Kovgan
There are many ways to make server reliant software to be less server reliant. But this is you, trying to implement a non-server-reliant software by hand. IF you're coming to that, ... IMHO it is reinventing of the wheel. On Thu, May 10, 2012 at 5:56 PM, Daniel Shahaf

Re: [Haifux] OT: Open CVS/SVN servers

2012-05-02 Thread yakoub abaya
theoretically distributed version control like git doesn't require a centralized repository i never tested this but you can use email with git-am and git-format-patch ___ Haifux mailing list Haifux@haifux.org

Re: [Haifux] OT: Open CVS/SVN servers

2012-05-02 Thread Eli Billauer
Hmmm... Correct me if I'm wrong, but could it be that the members of this mailing list are slightly inclined towards git? Well, for good reasons. Since I discovered git, I don't think about editing any file on my own hard disk without setting up a local git repository. It's not a matter

Re: [Haifux] OT: Open CVS/SVN servers

2012-05-01 Thread Muli Ben-Yehuda
On Tue, May 01, 2012 at 02:07:23PM +0300, Orr Dunkelman wrote: I was wondering whether anyone is aware of open CVS/SVN servers that allow users to open a small repository. The project I have in mind is actually a LaTeX project, and not an open source one, so not much space is needed.

Re: [Haifux] OT: Open CVS/SVN servers

2012-05-01 Thread Amir Eldor
On Tue, May 1, 2012 at 2:07 PM, Orr Dunkelman orr.dunkel...@gmail.comwrote: Hi everybody, I was wondering whether anyone is aware of open CVS/SVN servers that allow users to open a small repository. The project I have in mind is actually a LaTeX project, and not an open source one, so not

Re: [Haifux] OT: Open CVS/SVN servers

2012-05-01 Thread Maxim Kovgan
bitbucket, which is natively mercurial has both free and paid support, and also allow svn access. M. On Tue, May 1, 2012 at 7:24 PM, Amir Eldor amir.el...@gmail.com wrote: On Tue, May 1, 2012 at 2:07 PM, Orr Dunkelman orr.dunkel...@gmail.comwrote: Hi everybody, I was wondering whether

Re: [Haifux] OT: Open CVS/SVN servers

2012-05-01 Thread Shlomi Fish
Hi Orr, On Tue, 1 May 2012 14:07:23 +0300 Orr Dunkelman orr.dunkel...@gmail.com wrote: Hi everybody, I was wondering whether anyone is aware of open CVS/SVN servers that allow users to open a small repository. The project I have in mind is actually a LaTeX project, and not an open

Re: [Haifux] OT: Open CVS/SVN servers

2012-05-01 Thread Orr Dunkelman
Thanks everyone for the links and ideas. The repo is to be private, so I think I will go with bitbucket. Cheers, On Tue, May 1, 2012 at 8:00 PM, Shlomi Fish shlo...@shlomifish.org wrote: Hi Orr, On Tue, 1 May 2012 14:07:23 +0300 Orr Dunkelman orr.dunkel...@gmail.com wrote: Hi everybody,

Re: [Haifux] OT: Open CVS/SVN servers

2012-05-01 Thread Orr Dunkelman
For LaTeX support SVN works just fine ;) On Tue, May 1, 2012 at 9:41 PM, Maxim Kovgan kovg...@gmail.com wrote: hi, Orr! Consider obsoleting svn. mercurial (or git) are much more fun and possibilities. On Tue, May 1, 2012 at 8:53 PM, Orr Dunkelman orr.dunkel...@gmail.comwrote: Thanks