Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorAtsushi Eno <atsushieno@gmail.com>2006-12-13 05:48:50 +0300
committerAtsushi Eno <atsushieno@gmail.com>2006-12-13 05:48:50 +0300
commit11eb8530b9073ece1d34f99473d913b4e8b1c907 (patch)
tree2f327bb0fe2867dd925e5e7158d0f34041676a8b /web
parent8862903651bf20de9e9cc99b63f2e1738a71c2b0 (diff)
hispalinux -> myrealbox.
svn path=/trunk/mono/; revision=69434
Diffstat (limited to 'web')
-rw-r--r--web/web/deploy/cm/cormissing.js8
1 files changed, 5 insertions, 3 deletions
diff --git a/web/web/deploy/cm/cormissing.js b/web/web/deploy/cm/cormissing.js
index 5c0a9c924bf..a00b68f9eb0 100644
--- a/web/web/deploy/cm/cormissing.js
+++ b/web/web/deploy/cm/cormissing.js
@@ -336,13 +336,15 @@ function clickHandler (evt)
if (evt.ctrlKey)
{
- var strRoot = 'http://cvs.hispalinux.es/cgi-bin/cvsweb/mcs/class/';
- var strExtra = '?cvsroot=mono';
+ var strRoot = 'http://svn.myrealbox.com/viewcvs/trunk/mcs/class/';
+ var strExtra = '';
if (strAssembly)
{
if (strAssembly == 'mscorlib')
strAssembly = 'corlib';
+ else if (strAssembly == 'System.Xml')
+ strAssembly = 'System.XML';
strRoot = strRoot + strAssembly + '/';
if (strNamespace)
@@ -351,7 +353,7 @@ function clickHandler (evt)
if (strClass)
{
strRoot += strClass + '.cs';
- strExtra += '&rev=1';
+ strExtra += '?view=markup';
}
}
window.open (strRoot + strExtra, 'CVS');