[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn co issue

From: Ryan Schmidt <subversion-2008c_at_ryandesign.com>
Date: Fri, 3 Oct 2008 05:34:40 -0500

On Oct 3, 2008, at 4:57 AM, Anto Marky wrote:

> I posted the below error earlier still hanging on with it, When I
> tried svn status from my repository directory it gives an error
> like this -svn: warning: '.' is not a working copy.

That warning is of course completely correct. Your repository
directory is not a working copy, nor should it be; running "svn
status" in your repository directory is not useful.

> Does anybody know what is happening? Could anybody please help me
> resolve this issue?
>
> On Oct 3, 2008, at 2:30 AM, Bogdan Cristea wrote:
>
>> On Friday 03 October 2008 10:13:03 Anto Marky wrote:
>>
>> > I created a repository under my /home/svn/ directory, I have
>> edited my
>> > svnserver.conf and changed the auth-access to reade write, and
>> passwd file
>> > to passwd and have added users to my passwd file.I am able to
>> checkout and
>> > commit from my windows machines.But when I try svn co with the
>> command ,
>> > svn co svn://192.168.1.250/home/svn/ble /home/developer/
>> svntest/, I get the
>>
>> That command is wrong:
>> after the IP address you should use your repository name, then the
>> path in
>> your repo, something like:
>> svn://192.168.1.250/repo_name/trunk .
>>
>> > error svn: No repository found in 'svn://
>> > 192.168.1.250/home/svn/blenglishcafe'.

I don't understand why if your checkout command referenced "ble" the
error message references "blenglishcafe".

> > I even tried svn co --username {user} --password {password} svn://
> > 192.168.1.250/englishcafe/ /home/developer/svntest/ that one too
> gives the
> > same error. When I try svnlook tree svn://192.168.1.250/home/svn/
> ble I can
> > see all the files and directories, When I try svn ls svn://
> > 192.168.1.250/home/svn/ble I am able to see the repositories.I
> started the
> > dameon a svnserve -d -r /home/svn/ (I have one more repository
> inside
> > /home/svn which bld).

Bogdan is right: the URL you're trying to check out from and the path
you passed to "svnserve -d" are not compatible. You told svnserve
your repositories are located in /home/svn, therefore you cannot
include "/home/svn" in the URL you're checking out.

"svnlook tree svn://192.168.1.250/home/svn/ble" can't have worked;
when I run that, it says "'svn://192.168.1.250/home/svn/ble' is a URL
when it should be a path"

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-10-03 12:35:06 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.