RE: Re: object of the same name already exists - with a existing directory

Denis Dantas Uyeda <[email protected]> Wed, 29 Dec 2010 03:05:22 -0800 (PST)
Newsgroups gmane.comp.version-control.subversion.rapidsvn.user
Message-ID <1405459537.6472.1293620722295.JavaMail.httpd@localhost>
Oh, hello! Thanks for the answer. (I'm the one who posted this topic)

Well, actually, what I want to do is like this

I have to projects in my Subversion repository, with the following directories:

Project A
____file1.php
____html
________html1.html
________html2.html
____class
________class1.class.php


AND

Project B
____file2.php
____html
________html3.html
________html4.html
____class
________class2.class.php

Ok, so what I want to do is:
Checkout "Project A" in the "foo" directory

Then, inside of the same "foo" directory, checkout "Project B", so it'll be:

foo
____file1.php
____file2.php
____html
________html1.html
________html2.html
________html3.html
________html4.html
____class
________class1.class.php
________class2.class.php

And RapidSVN will know which files are from Project A and Project B

Is it possible?

Thanks!

------------------------------------------------------
http://rapidsvn.tigris.org/ds/viewMessage.do?dsForumId=671&dsMessageId=2694568

To unsubscribe from this discussion, e-mail: [[email protected]].