'svn auth --full-match --realm-only'
From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Sat, 28 Jun 2014 13:36:08 +0000
Consider the following question: "is there a cached username for realm R?".
Trying to answer it via 'svn auth', I run into two problems:
1. I need to fnmatch-escape R. That means I need to escape [ and ]
2. I need to filter the results for those where the listed realm is
Is there a way to make it easier to answer that question via 'svn auth'?
For my use-case, I care just about one specific realm for which (1) is
Daniel
P.S. This problem reminds 'svn log --search': there is structured data
|
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.