Login | Register
My pages Projects Community openCollabNet

Discussions > users [DISABLED] > SVN URL rewrite - issue

subversion
Discussion topic

There will be a brief maintenance window every Friday at 17:00 Pacific.
For further details, see CollabNet's maintenance and upgrade policy.

Back to topic list

SVN URL rewrite - issue

Author "Semburakkiannan, Raghunathan \(IS Consultant\)" <RSemburakkiannan at consultantemail dot com>
Full name "Semburakkiannan, Raghunathan \(IS Consultant\)" <RSemburakkiannan at consultantemail dot com>
Date 2009-10-16 12:48:23 PDT
Message I want to avoid a using port number along with svn URL(we have many
applications, it is very tough to remember the port#) and
checkout/check-in code. You guys may tell use port 80, so I don't have
to specify the port. Real problem is some other application already
running on port 80, so I can't change that. More over I want to use the
same box(because this is very high end with high storage machine). What
I did was installed apache http server in some other box with port# 80
and wrote URL rewriting.
 
e.g: RewriteRule ^svn/wmc/([^\.]+)/?$
http://prod-weos-1:3​?690/svn/wmc/$1 [L]
 

Now the problem is, when I checkout from command window I got the msg
like 'Repository moved temporarily...".
 
C:\test\wmc>svn co
http://mdcdsk01sembu​?r/svn/wmc/dev-suppo​r?t/crucible-accurev​-s?cm-plugin
/
svn: Repository moved temporarily to
'http://prod-svn-1:36​?90/svn/wmc/dev-supp​o?rt/crucible-accure​v-?scm-plug
in'; please relocate
 
Is there a way/better solution to solve this problem? Any pointers in
this regard is well appreciated.
Attachments

« Previous message in topic | 1 of 5 | Next message in topic »

Messages

Show all messages in topic

SVN URL rewrite - issue "Semburakkiannan, Raghunathan \(IS Consultant\)" <RSemburakkiannan at consultantemail dot com> "Semburakkiannan, Raghunathan \(IS Consultant\)" <RSemburakkiannan at consultantemail dot com> 2009-10-16 12:48:23 PDT
     RE: SVN URL rewrite - issue pilotbob Bob Archer 2009-10-16 13:42:36 PDT
     RE: SVN URL rewrite - issue "Bryant Eastham" <beastham at pewla dot us dot pewg dot panasonic dot com> "Bryant Eastham" <beastham at pewla dot us dot pewg dot panasonic dot com> 2009-10-16 13:48:13 PDT
     Re: SVN URL rewrite - issue ryandesign Ryan Schmidt 2009-10-17 08:23:11 PDT
         RE: SVN URL rewrite - issue "Semburakkiannan, Raghunathan \(IS Consultant\)" <RSemburakkiannan at consultantemail dot com> "Semburakkiannan, Raghunathan \(IS Consultant\)" <RSemburakkiannan at consultantemail dot com> 2009-10-20 12:06:06 PDT
Messages per page: