2004-11-13 Ben Maurer <bmaurer@ximian.com>

* mono-merge-oneoh: Hopefully I can stop dicking with the repo
	url :-).


svn path=/trunk/svn-tools/; revision=36091
This commit is contained in:
Ben Maurer 2004-11-13 18:39:03 +00:00
Родитель cb9b47aa56
Коммит 9d30219907
2 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,8 @@
2004-11-13 Ben Maurer <bmaurer@ximian.com>
* mono-merge-oneoh: Hopefully I can stop dicking with the repo
url :-).
2004-11-12 Ben Maurer <bmaurer@ximian.com>
* mono-merge-oneoh: Fix the paths here for the new repo

Просмотреть файл

@ -1,6 +1,6 @@
#!/bin/bash
if [ "$MONO_SVN_ROOT" == "" ]; then MONO_SVN_ROOT="svn+ssh://mono-cvs.ximian.com/src/"; fi
if [ "$MONO_SVN_ROOT" == "" ]; then MONO_SVN_ROOT="svn+ssh://mono-cvs.ximian.com/source/"; fi
if [ "$MONO_HEAD_PATH" == "" ]; then MONO_HEAD_PATH="$HOME/msvn"; fi
if [ "$MONO_ONEOH_PATH" == "" ]; then MONO_ONEOH_PATH="$HOME/msvn/oneoh"; fi