Allow Usernames in Subversion Repo URL

Review Request #337 — Created April 4, 2008 and submitted

Information

Review Board SVN (deprecated)

Reviewers

We use svn served over ssh, so most users have working copies checked out using a URL like svn+ssh://durin42@host... which means that post-review was passing the wrong repository to the ReviewBoard server. This small patch fixes that problem for us.
I've been posting reviews with this for over a week, and some other users have been using it too.
chipx86
  1. Looks great. A couple small changes and it's good to go.
  2. You should extend the username regex to support "-".
    
    This should probably also match the regex at the beginning of the string instead of checking anywhere in the string.
    1. Good thoughts on both - I've fixed those and attached the updated diff (but forgot to make the comment until now, sorry about the duplicate email).
      
      Thanks!
  3. 
      
PL
  1. For what it's worth, my patch (review 351), assuming it gets approved, should fix this in a more general way...
  2. 
      
david
  1. Committed as r1314.  This may be superseded by the UUID patch once that goes in, but this should improve things in the meantime.
    
    Just as a note, it looks like your editor converted every 8-space sequence into a tab character.  This didn't show up in RB because we don't show whitespace changes like that, but it made it basically impossible to apply your patch as-is.  I suggest you look up how to turn that off -- python style guidelines are pretty specific that having any tab characters in the source is broken.
    
    Thanks!
  2. 
      
Loading...