[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] URL completion in bash_completion

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2007-04-16 15:45:55 CEST

Kylo Ginsberg wrote:
> I saw a thread a few weeks back which included a patch for URL
> completion. I took that patch and ran a little farther with it,
> adding:
> * works for http or svn URLs
> * add completion for partial elements
> * if available, uses the COMP_WORDBREAKS feature in bash for cleaner
> results
>
> This patch is not submission-ready (at least) because it shares flaws
> pointed out in the previous patch:
> * uses sed
> * doesn't try to handle authentication

I dunno what to do about 'sed', but I think this stuff should just be
passing --non-interactive to the 'svn' command and punting on
authentication. If the auth creds aren't already in the user's local cache,
it's just their loss.

-- 
C. Michael Pilato <cmpilato@collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand

Received on Mon Apr 16 15:46:17 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.