svn error

View: New views
3 Messages — Rating Filter:   Alert me  

svn error

by Scott Christley :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

When I do an anonymous checkout of the repository

svn co http://svn.gna.org/svn/gnustep/modules gnustep-svn

I get this error:


svn: In directory 'gnustep-svn/usr-apps/gsldapwebexplorer'
svn: Can't copy 'gnustep-svn/usr-apps/gsldapwebexplorer/.svn/tmp/text-
base/ChangeLog.svn-base' to 'gnustep-svn/usr-apps/
gsldapwebexplorer/.svn/tmp/ChangeLog.tmp.tmp': No such file or directory


I don't think its a local error, I have plenty of disk space.

cheers
Scott



_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@...
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Re: svn error

by Fred Kiefer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Scott Christley wrote:

> Hello,
>
> When I do an anonymous checkout of the repository
>
> svn co http://svn.gna.org/svn/gnustep/modules gnustep-svn
>
> I get this error:
>
>
> svn: In directory 'gnustep-svn/usr-apps/gsldapwebexplorer'
> svn: Can't copy
> 'gnustep-svn/usr-apps/gsldapwebexplorer/.svn/tmp/text-base/ChangeLog.svn-base'
> to 'gnustep-svn/usr-apps/gsldapwebexplorer/.svn/tmp/ChangeLog.tmp.tmp':
> No such file or directory
>
>
> I don't think its a local error, I have plenty of disk space.
>
I get the same error from time to time, it surely is on the server. What
I do to work around it is just to remove the offending directory and
send out anouther "svn update". This may not work for you as you are
still in the checkout. I never found out what in gsldapwebexplorer is
causing this problem.

Fred


_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@...
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Re: svn error

by Scott Christley :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


So here is something odd, when you do a svn list, Changelog shows up  
twice!


svn list http://svn.gna.org/svn/gnustep/apps/gsldapwebexplorer/trunk


COPYING
ChangeLog
Changelog
GNUmakefile
GSLDAPWEEntryPage.gswc/
GSLDAPWEEntryPage.h
GSLDAPWEEntryPage.m
GSLDAPWEParameters.gswc/
GSLDAPWEParameters.h
etc...


but notice the subtle difference, one has a capital L while the other  
is lower case l.  So I'm checking the files out on a Mac which has a  
case-insensitive file system, and thus conflict between the files.  It  
likely goes unnoticed on GNU/Linux systems.

I'm guess there really shouldn't be two Changelog files, so if one is  
deleted that should fix the problem.

cheers
Scott


On Jul 3, 2008, at 1:54 AM, Fred Kiefer wrote:

> Scott Christley wrote:
>> Hello,
>> When I do an anonymous checkout of the repository
>> svn co http://svn.gna.org/svn/gnustep/modules gnustep-svn
>> I get this error:
>> svn: In directory 'gnustep-svn/usr-apps/gsldapwebexplorer'
>> svn: Can't copy 'gnustep-svn/usr-apps/gsldapwebexplorer/.svn/tmp/
>> text-base/ChangeLog.svn-base' to 'gnustep-svn/usr-apps/
>> gsldapwebexplorer/.svn/tmp/ChangeLog.tmp.tmp': No such file or  
>> directory
>> I don't think its a local error, I have plenty of disk space.
> I get the same error from time to time, it surely is on the server.  
> What I do to work around it is just to remove the offending  
> directory and send out anouther "svn update". This may not work for  
> you as you are still in the checkout. I never found out what in  
> gsldapwebexplorer is causing this problem.
>
> Fred



_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@...
http://lists.gnu.org/mailman/listinfo/discuss-gnustep