Re: subversion under Linux

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
+ signature.asc (application/pgp-signature)
このメッセージを削除
このメッセージに返信
著者: Ted Gould
日付:  
To: plug-discuss
題目: Re: subversion under Linux
On Thu, 2004-06-17 at 12:09, wrote:
> I wanted to try cvs and subversion and I installed apache2 and subverison
> and on the Quick Start http://svnbook.red-bean.com/svnbook/ch01s07.html
> I got all the way until the checkout part of the instuctiosn and then it
> failed prior to that the steps worked.
>
> Here is where I tried to checkout the file:
> svn checkout file:///var/www/svn/project/trunk/ bar.c
> svn: URL 'file:///var/www/svn/project/trunk' doesn't exist


I'm guessing that you probably have a slight error in one of the paths.
Could you post a command log of what you did? You can do that by typing
'script commandlog.txt' before doing everything. Then, after your done
type 'exit' and all the commands and output you typed will be in
'commandlog.txt'.

        --Ted