Re: subversion under Linux

Página superior
Adjuntos:
Obtener este mensaje como un correo
+ (text/plain)
+ signature.asc (application/pgp-signature)
Eliminar este mensaje
Responder a este mensaje
Autor: Ted Gould
Fecha:  
A: plug-discuss
Asunto: 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