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

Re: svn: is not a working copy

From: Ryan Schmidt <subversion-2007a_at_ryandesign.com>
Date: 2007-03-29 12:37:17 CEST

On Mar 29, 2007, at 05:05, bijayant kumar wrote:

> I have installed subversion on my gentoo-linux box. All things is
> working fine. But when i am trying to use it over a network it
> gives me an error as
>
> svn: 'svn://srv.kavach.blr/svn/bijayant_repos/bijayant_svn/trunk'
> is not a working copy

That's correct... a repository URL is not a working copy...

> i have created a repository on server as :--
> --------------------------------------------------------------
> svnadmin create /var/lib/svn/bijayant_repos
> svn import /tmp/bijayant_svn file:///var/lib/svn/bijayant_repos/
> bijayant_svn -m "initial import"
> svn checkout file:///var/lib/svn/bijayant_repos/bijayant_svn/trunk
> bijayant_svn
>
> and on another machine i checked out like as :-
> ------------------------------------------------------------------
> svn checkout http://srv.kavach.blr/svn/bijayant_repos/bijayant_svn/
> trunk bijayant_svn
>
> cd /home/bijayant/bijayant_svn
>
> and after editing the file when i commit like as :-
> svn commit http://srv.kavach.blr/svn/bijayant_repos/bijayant_svn/trunk
>
> it gives me an error like
>
> svn: 'http://srv.kavach.blr/svn/bijayant_repos/bijayant_svn/trunk'
> is not a working copy

Do not specify a URL here. The working copy already knows the URL of
the repository. Just do:

svn commit

-- 
To reply to the mailing list, please use your mailer's Reply To All  
function
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 29 12:37:51 2007

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.