svnno****@sourc*****
svnno****@sourc*****
2010年 1月 27日 (水) 15:19:18 JST
Revision: 95 http://sourceforge.jp/projects/ngms/svn/view?view=rev&revision=95 Author: osiire Date: 2010-01-27 15:19:18 +0900 (Wed, 27 Jan 2010) Log Message: ----------- [NMShell] add initial_repository_setup.sh Modified Paths: -------------- trunk/source/share/ngms/ngms.conf Added Paths: ----------- trunk/source/share/ngms/initial_repository_setup.sh Added: trunk/source/share/ngms/initial_repository_setup.sh =================================================================== --- trunk/source/share/ngms/initial_repository_setup.sh (rev 0) +++ trunk/source/share/ngms/initial_repository_setup.sh 2010-01-27 06:19:18 UTC (rev 95) @@ -0,0 +1,9 @@ +#!/bin/sh +if [ $1 ] +then + svn checkout $1 data/ + svn add data/* + svn commit -m "add initial repository" +else + echo "please specify repository location. e.g. file:///path/to/repository" +fi Property changes on: trunk/source/share/ngms/initial_repository_setup.sh ___________________________________________________________________ Added: svn:executable + * Modified: trunk/source/share/ngms/ngms.conf =================================================================== --- trunk/source/share/ngms/ngms.conf 2010-01-27 05:58:01 UTC (rev 94) +++ trunk/source/share/ngms/ngms.conf 2010-01-27 06:19:18 UTC (rev 95) @@ -1,2 +1,2 @@ -RootPath: share/ngms/data -RootType: row \ No newline at end of file +RootPath: share/ngms/data/trunk +RootType: row