You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Joël Pittet <jo...@calgary.karo.com> on 2008/05/15 21:43:11 UTC

Windows SVN Clients 1.4.6

Hi, I am having problems with Windows XP clients and large imports.  I think it may be a timeout issue.  Can anybody help?

 

Both command line svn and TortoiseSVN are giving a errors of:

·         "svn: At least one property change failed; repository is unchanged"  or "Could not connect to server".  

·         Cygwin is throwing checksum errors(which I would rather not work with anyways).  

 

All errors occur on different files every time but consistently around the same directory.  

5000 files are being imported at about 400MB in size. Smaller imports are working and it fails about 4 min into the import.

 

I have attempted on two different WinXP computers and both seem to do the same thing. Also I have tried on Mac and Linux and they both work flawlessly.

 

Here the command:

svn import . http://svn.domain.com/website.domain.com/trunk -m "Initial Import of website site"

 

Subversion is on CentOS 5 Linux.  

 

Hope that is enough details.

 

Any suggestions?

 

Thank you,

_____________________________________________
Joel Pittet

 


RE: Windows SVN Clients 1.4.6

Posted by "Harvey, Edward" <Ed...@patni.com>.
> Hi, I am having problems with Windows XP clients and large
> imports.  I think it may be a timeout issue.  Can anybody help?
>
> Both command line svn and TortoiseSVN are giving a errors of:
>
> ·         "svn: At least one property change failed;
> repository is unchanged"  or "Could not connect to server".
>
> ·         Cygwin is throwing checksum errors(which I would
> rather not work with anyways).
>
> All errors occur on different files every time but
> consistently around the same directory.
>
> 5000 files are being imported at about 400MB in size. Smaller
> imports are working and it fails about 4 min into the import.
>
> I have attempted on two different WinXP computers and both
> seem to do the same thing. Also I have tried on Mac and Linux
> and they both work flawlessly.
>
> Here the command:
>
> svn import . http://svn.domain.com/website.domain.com/trunk
> -m "Initial Import of website site"
>
> Subversion is on CentOS 5 Linux.

You're not supposed to cross-post to both lists.  This issue looks like a user-group issue, as it does not help the developers create the next release of subversion.

I've seen similar problems to this before, which were usually caused either by a directory tree exceeding the maximum path length in Windows, or filenames that have weird characters in them.

You could checkout an empty directory, to which you want to import these files, and then move the files into that directory, do an add & commit.  That might get around the problem somehow.

If windows clients are on wireless, you might plug in the wire (to reduce the chance that you're having network flakiness.)

And finally, you could try copying the tree onto a linux machine and commit from there.  All of this might give you more information about exactly what is causing the problem.

This e-mail message may contain proprietary, confidential or legally privileged information for the sole use of the person or entity to whom this message was originally addressed. Any review, e-transmission dissemination or other use of or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you have received this e-mail in error kindly delete  this e-mail from your records. If it appears that this mail has been forwarded to you without proper authority, please notify us immediately at netadmin@patni.com and delete this mail.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org