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

Repo browser always shows root of redirected URLs

From: George Stein <svn.4.george_stein_at_spamgourmet.com>
Date: Tue, 24 Sep 2013 02:05:22 -0700 (PDT)

A repository is available at http://example.com/svn/repo_new

Old URLs should be provided with a redirect. Following http://subversion.open.collab.net/ds/viewMessage.do?dsForumId=3&dsMessageId=459743 leads to:
RedirectMatch permanent ^/svn/repo_old(.*)$ /svn/repo_new$1

Entering the URL http://example.com/svn/repo_old/foo/bar in the repo browser shows the root of the repository not the path. The redirection works in a web browser (e.g. Firefox) as well as in a command line (svn ls).

Tested with TortoiseSVN-1.7.13 and TortoiseSVN-1.8.2.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3065143

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2013-09-24 11:05:27 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

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