Subversion 使い方 - svn import リポジトリにいれる srcディレクトリをtrunkのhelloディレクトリに % ls src foo.c % svn import file:///svn/repos/trunk src hello --This line, and those below, will be ignored-- A src Adding src/foo.c Committed revision 4. % svn ls file:///svn/repos/trunk hello/ % svn ls file:///svn/repos/trunk/hello foo.c % svn ls -R file:///svn/repos/trunk hello/ hello/foo.c