Re: [SVN-MIGRATION] SVN
[email protected] (shire)
| Newsgroups | svn.migration |
|---|---|
| Message-ID | <[email protected]> |
On Oct 8, 2008, at 10:44 AM, Gwynne Raskind wrote:
> On Oct 8, 2008, at 8:06 AM, zoe wrote:
>> Hi Gwynne
>>
>> I had a look at the svn repository at http://svn/php.net. I'm able
>> to attach OK (I'm using Eclipse & subversive) but am not able to
>> access some parts of the repository.
>>
>> I can get to this OK: php-src/trunk/main
>>
>> but not this: php-src/trunk/ext ("An error occurred whilst
>> accessing the repository entry")
>>
>> Is this expected?
>
> I can't reproduce your problem. Can you get any more information on
> the error?
>
I also get this error
svn: Failed to add directory 'svn.php.net/pear/Testing_Selenium/
branches/shin/tests/.svn': an unversioned directory of the same name
already exists
it looks like .svn paths where actually checked into CVS and then
converted over to the SVN repro so when you check it out it's trying
to overwrite all the .svn files which already exist and fails. I'm
assuming this because I'm able to run:
shire@dev101:~/data/php/svn.php.net$ svn ls http://svn.php.net/pear/
Testing_Selenium/branches/shin/tests/.svn
which normally shouldn't be listed in the repository. Sounds like
there needs to be a filter to remove any .svn paths in the conversion.
-shire