Thank you for this quick respone.
Ben Collins-Sussman wrote:
> Kay Abendroth <kay.abendroth@raxion.net> writes:
>
>
>> Hi,
>>
>>I'm using Subversion since a couple of month and everything works
>>fine. But now I have a question, because I want to restructure my
>>repository layout:
>
>
> If you want to restructure your repository, use 'svn mv URL1 URL2'.
No, I want to recreate the repository with 'svnadmin create
...Project1', 'svnadmin create ...Project2' to avoid revision number
changes between two completely different projects. If I would create
only one repository, via 'svnadmin create ...' and then import two
projects, changes in project 1 would increase the revision number, which
is also the revision number of project 2. So maybe project 2 will have
revision number 11 even if nothing was changed in this project, but in
project 1.
>>"How can I delete my existing repository, which I created with
>>'svnadmin create /usr/local/svn/repository/', in a clean way? Is a
>>simple 'rm *' all I have to do?"
>
>
> What does 'clean' mean? 'rm -rf repository' will indeed delete your
> entire repository. Were you expecting some other behavior?
"Clean" means to me, that after this 'rm' nothing will be left from my
"old" repository, as I wouldn't have created it. So my question was in
particular, if Subversion stores repository information at an other
location, too.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Aug 11 22:21:48 2003