Re: working on multiple patches

2011-11-14 Thread Les Mikesell
2011/11/14 Thorsten Schöning : > > If hg doesn't fit, it sounds like vendor branche sin SVN would fit > most: > > http://svnbook.red-bean.com/en/1.5/svn.advanced.vendorbr.html > Or for just a few instances, you can copy your svn working copy to keep different states and you'd have the ability to r

Re: working on multiple patches

2011-11-14 Thread Thorsten Schöning
Guten Tag Jarek Czekalski, am Montag, 14. November 2011 um 10:11 schrieben Sie: > I see. Could you please help me establish a scenario with a local svn > server? I don't know what are the best ways to achieve the following: If hg doesn't fit, it sounds like vendor branche sin SVN would fit most:

Re: working on multiple patches

2011-11-14 Thread Jarek Czekalski
Stefan, it looks perfect. I also found a dedicated article for using hg queues on svn repository. http://mercurial.selenic.com/wiki/WorkingWithSubversion#With_MQ_only Complete command line sequences are given there. I'll be trying it. Stefan Sperling pisze: On Mon, Nov 14, 2011 at 10:32:53AM

Re: working on multiple patches

2011-11-14 Thread Stefan Sperling
On Mon, Nov 14, 2011 at 10:32:53AM +0100, Jarek Czekalski wrote: > Jedit is maintained as an svn repository. I have read only access to > it. I mentioned hg only because I got in touch with it in another > project. I would like to stay with bare svn, as hg generated patches > may differ in format.

Re: working on multiple patches

2011-11-14 Thread Jarek Czekalski
Jedit is maintained as an svn repository. I have read only access to it. I mentioned hg only because I got in touch with it in another project. I would like to stay with bare svn, as hg generated patches may differ in format. Andreas Tscharner pisze: I see. Could you please help me establish a

RE: working on multiple patches

2011-11-14 Thread Andreas Tscharner
> I see. Could you please help me establish a scenario with a local svn > server? I don't know what are the best ways to achieve the following: Stupid question: Why do you want to use svn if you'll have a working system with hg? Concerning your problem: You might want to try to convert the main

Re: working on multiple patches

2011-11-14 Thread Jarek Czekalski
I see. Could you please help me establish a scenario with a local svn server? I don't know what are the best ways to achieve the following: 1. Clone current remote repository into local one 2. Update local repository to the latest remote version (reverting the changes I did) You know what my

Re: working on multiple patches

2011-11-14 Thread Thorsten Schöning
Guten Tag Jarek Czekalski, am Montag, 14. November 2011 um 08:13 schrieben Sie: > Is Mercurial simply better in this case? Yes, because with every clone, or however it is called in hg, in distributed version control systems you always have your own copy of a repository which you can work on as yo