Re: Having difficulty with mv
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-03-20 15:22:29 CET
Wow, there are many confusing things going on here. I'm not sure
"Richard In Public" <edification@blueyonder.co.uk> writes:
> Hi All
Does your repository contain any data at all?
>
This is confusing things. Do you want to move the repository
But I don't think you want to do that. I think you want the move to
>
From the repository filesystem's point of view, that's like issuing
'mv / /trunk'
You can't move the root directory. :-)
This shouldn't be allowed either. You simply can't mv '/'. I'm
> I have created the necessary folders, configured apache and can view the new
Your repository is empty? I don't understand. Why are you trying to
> I have also tried moving my repository to a non-repository folder
Wow, I'm really not following you. It sounds like you're now talking
Do you understand that D:\svn\repos contains nothing but a database?
$ # edit httpd.conf to export D:\svn\repos as /svn/repos.
$ svnadmin create D:\svn\repos
$ svn mkdir http://host/svn/repos/trunk -m "Create /trunk"
$ svn mkdir http://host/svn/repos/branches -m "Create /branches"
$ svn mkdir http://host/svn/repos/tags -m "Create /tags"
$ svn checkout http://host/svn/repos/trunk my-wc
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.