svn.apache.org is back up and it's indeed a mess on anything that isn't case sensitive, so on linux (etc) it works fine, however on a mac or windows computer you would get this:

# svn update
A java/social-api/src/test/java/org/apache/shindig/social/canonical/ JSONOpensocialServiceTest.java A java/social-api/src/test/java/org/apache/shindig/social/canonical/ JsonOpensocialServiceTest.java svn: In directory 'java/social-api/src/test/java/org/apache/shindig/ social/canonical' svn: Can't copy 'java/social-api/src/test/java/org/apache/shindig/ social/canonical/.svn/tmp/text-base/JsonOpensocialServiceTest.java.svn- base' to 'java/social-api/src/test/java/org/apache/shindig/social/ canonical/.svn/tmp/JsonOpensocialServiceTest.java.tmp.tmp': No such file or directory

I've removed the offending file, so to get a working svn checkout again do a :

# rm -rf java/social-api/src/test/java/org/apache/shindig/social/ canonical
# svn update

(or if your on windows, just delete that that shindig/java/social-api/ src/test/java/org/apache/shindig/social/canonical folder and do your svn update as usual). After this your good to go again.

Ps, with both JSONOpensocialServiceTest and JsonOpensocialServiceTest available i -presumed- JsonOpensocialServiceTest is the one that is actually used ... didn't have time to verify this since i'm about to head out the door for a day of meetings. If not then please fix, but please keep in mind that not all file systems are case sensitive :)

        -- Chris


On Jul 8, 2008, at 9:30 AM, Chris Chabot wrote:

I tried to confirm, however i got a :

# svn update
svn: PROPFIND request failed on '/repos/asf/incubator/shindig/trunk'
svn: PROPFIND of '/repos/asf/incubator/shindig/trunk': could not connect to server (https://svn.apache.org)

So not much i can do to contribute to solving this until the svn server is back up :)

        -- Chris

On Jul 8, 2008, at 6:46 AM, Eiji Kitamura wrote:

Louis,

Still getting the same error...

2008/7/8 Louis Ryan <[EMAIL PROTECTED]>:
Eiji

Sounds like you synced right while I was committing the renamed files. Did
your problem go away ?

-Louis

On Mon, Jul 7, 2008 at 8:53 PM, Eiji Kitamura <[EMAIL PROTECTED]> wrote:

Hi,


I'm getting following error while checking out shindig repository.

svn co http://svn.apache.org/repos/asf/incubator/shindig/trunk/ Shindig
A    Shindig/NOTICE
A    Shindig/java
...snip...
A
Shindig/java/social-api/src/test/java/org/apache/shindig/social/ canonical/JSONOpensocialServiceTest.java
A
Shindig/java/social-api/src/test/java/org/apache/shindig/social/ canonical/JsonOpensocialServiceTest.java
svn: In directory
'Shindig/java/social-api/src/test/java/org/apache/shindig/social/ canonical'
svn: Can't copy

'Shindig/java/social-api/src/test/java/org/apache/shindig/social/ canonical/.svn/tmp/text-base/JsonOpensocialServiceTest.java.svn- base'
to
'Shindig/java/social-api/src/test/java/org/apache/shindig/social/ canonical/.svn/tmp/JsonOpensocialServiceTest.java.tmp.tmp':
No such file or directory


Is this environment dependent issue?
I could check out one month ago without any prob.



Reply via email to