Re: [PATCH] svnmerge-migrate-history-remotely.py: move from getopt to optparse

2011-06-09 Thread Arfrever Frehtes Taifersar Arahesis
2011-06-09 08:28:10 Hyrum K Wright napisaƂ(a): > On Wed, Jun 8, 2011 at 5:59 AM, anatoly techtonik wrote: > > On Wed, Jun 8, 2011 at 12:57 PM, Stefan Sperling wrote: > >> On Wed, Jun 08, 2011 at 09:34:05AM +0300, anatoly techtonik wrote: > >>> On Mon, Jun 6, 2011 at 6:32 PM, Stefan Sperling wrot

Re: [PATCH] svnmerge-migrate-history-remotely.py: move from getopt to optparse

2011-06-08 Thread anatoly techtonik
On Thu, Jun 9, 2011 at 9:28 AM, Hyrum K Wright wrote: > On Wed, Jun 8, 2011 at 5:59 AM, anatoly techtonik wrote: >> On Wed, Jun 8, 2011 at 12:57 PM, Stefan Sperling wrote: >>> On Wed, Jun 08, 2011 at 09:34:05AM +0300, anatoly techtonik wrote: On Mon, Jun 6, 2011 at 6:32 PM, Stefan Sperling

Re: [PATCH] svnmerge-migrate-history-remotely.py: move from getopt to optparse

2011-06-08 Thread Hyrum K Wright
On Wed, Jun 8, 2011 at 5:59 AM, anatoly techtonik wrote: > On Wed, Jun 8, 2011 at 12:57 PM, Stefan Sperling wrote: >> On Wed, Jun 08, 2011 at 09:34:05AM +0300, anatoly techtonik wrote: >>> On Mon, Jun 6, 2011 at 6:32 PM, Stefan Sperling wrote: >>> > On Thu, Jun 02, 2011 at 07:06:05PM +0300, anat

Re: [PATCH] svnmerge-migrate-history-remotely.py: move from getopt to optparse

2011-06-08 Thread anatoly techtonik
On Wed, Jun 8, 2011 at 12:57 PM, Stefan Sperling wrote: > On Wed, Jun 08, 2011 at 09:34:05AM +0300, anatoly techtonik wrote: >> On Mon, Jun 6, 2011 at 6:32 PM, Stefan Sperling wrote: >> > On Thu, Jun 02, 2011 at 07:06:05PM +0300, anatoly techtonik wrote: >> >> Attached patch fixes svnmerge histor

Re: [PATCH] svnmerge-migrate-history-remotely.py: move from getopt to optparse

2011-06-08 Thread Stefan Sperling
On Wed, Jun 08, 2011 at 09:34:05AM +0300, anatoly techtonik wrote: > On Mon, Jun 6, 2011 at 6:32 PM, Stefan Sperling wrote: > > On Thu, Jun 02, 2011 at 07:06:05PM +0300, anatoly techtonik wrote: > >> Attached patch fixes svnmerge history conversion script to use > >> optparse library instead of ge

Re: Attachments silently dropped Re: [PATCH] svnmerge-migrate-history-remotely.py: move from getopt to optparse

2011-06-08 Thread Stefan Sperling
On Wed, Jun 08, 2011 at 11:18:36AM +0300, Daniel Shahaf wrote: > I've raised this issue on the infra list with a suggestion that would > hopefully allow us to move to a noisy failure mode rather than silent > lossage. > > (I believe it's an ezmlm configuration issue) Thanks a lot! This slient dro

Re: [PATCH] svnmerge-migrate-history-remotely.py: move from getopt to optparse

2011-06-08 Thread anatoly techtonik
On Wed, Jun 8, 2011 at 10:50 AM, Daniel Shahaf wrote: >> On Wed, Jun 8, 2011 at 9:34 AM, anatoly techtonik >> wrote: >> > On Mon, Jun 6, 2011 at 6:32 PM, Stefan Sperling wrote: >> >> On Thu, Jun 02, 2011 at 07:06:05PM +0300, anatoly techtonik wrote: >> >>> Attached patch fixes svnmerge history

Attachments silently dropped Re: [PATCH] svnmerge-migrate-history-remotely.py: move from getopt to optparse

2011-06-08 Thread Daniel Shahaf
Daniel Shahaf wrote on Wed, Jun 08, 2011 at 10:50:55 +0300: > anatoly techtonik wrote on Wed, Jun 08, 2011 at 10:12:14 +0300: > > The previous patch had wrong handling of naive parameter. I attach new > > one > > It didn't reach the list. > > Please try *.txt extension so it has text/plain MIME t

Re: [PATCH] svnmerge-migrate-history-remotely.py: move from getopt to optparse

2011-06-08 Thread Daniel Shahaf
anatoly techtonik wrote on Wed, Jun 08, 2011 at 10:12:14 +0300: > -- > anatoly t. > > > > On Wed, Jun 8, 2011 at 9:34 AM, anatoly techtonik wrote: > > On Mon, Jun 6, 2011 at 6:32 PM, Stefan Sperling wrote: > >> On Thu, Jun 02, 2011 at 07:06:05PM +0300, anatoly techtonik wrote: > >>> Attached p

Re: [PATCH] svnmerge-migrate-history-remotely.py: move from getopt to optparse

2011-06-08 Thread anatoly techtonik
-- anatoly t. On Wed, Jun 8, 2011 at 9:34 AM, anatoly techtonik wrote: > On Mon, Jun 6, 2011 at 6:32 PM, Stefan Sperling wrote: >> On Thu, Jun 02, 2011 at 07:06:05PM +0300, anatoly techtonik wrote: >>> Attached patch fixes svnmerge history conversion script to use >>> optparse library instead

Re: [PATCH] svnmerge-migrate-history-remotely.py: move from getopt to optparse

2011-06-07 Thread anatoly techtonik
On Mon, Jun 6, 2011 at 6:32 PM, Stefan Sperling wrote: > On Thu, Jun 02, 2011 at 07:06:05PM +0300, anatoly techtonik wrote: >> Attached patch fixes svnmerge history conversion script to use >> optparse library instead of getopt. This allows further addition of >> new options, such as --username an

Re: [PATCH] svnmerge-migrate-history-remotely.py: move from getopt to optparse

2011-06-06 Thread Stefan Sperling
On Thu, Jun 02, 2011 at 07:06:05PM +0300, anatoly techtonik wrote: > Attached patch fixes svnmerge history conversion script to use > optparse library instead of getopt. This allows further addition of > new options, such as --username and --password. Hi, Can you explain why you need to convert t