PDA

View Full Version : Problem with SVN repository?



ThorstenSuckow
26 Oct 2009, 11:15 AM
Just curious as I experince problems updating my working copy. I have updated to Windows 7 recently but since I have no problems with other respositories I thought it'd be better to ask here.

Error description:

NONE whatsoever, after providing my user credentials, Tortoise SVN just hangs and does nothing... it looks like its waiting for some response of the server.

Remy
27 Oct 2009, 3:37 AM
Don't know if you eventually got access Thorsten but I'm having difficulties using my credentials also, can you let me know if your issues were resolved before I contact the support team?

I had to have my credentials reset a couple of months back and have since upgraded to Windows 7 too.

mjlecomte
27 Oct 2009, 4:15 AM
I just updated without issue. I haven't updated OS though. I did see the new Apple vs. Windows commercial last night.

hendricd
27 Oct 2009, 5:14 AM
... I did see the new Apple vs. Windows commercial last night.

I drove by a Holiday-Inn Express last night. :">

ThorstenSuckow
27 Oct 2009, 3:25 PM
I drove by a Holiday-Inn Express last night. :">

:-? hmmmkay.


Anyway, here's the error I get:



Checkout from http://code.extjs.com/svn/ext/trunk, revision HEAD, Fully recursive, Externals included
PROPFIND of '/svn/ext/trunk': timed out waiting for server (http://code.extjs.com)


I'm using TortoiseSVN 1.6.6, Build 17493 - 64 Bit on Windows 7.

It looks like it's an issue related to either Windows 7 or the specific Tortoise SVN build, as I have no problems updating my working copy using Windows XP (and an older Tortoise SVN 32 bit client).

abe.elias
28 Oct 2009, 8:50 AM
Hey Thorsten,

Have you tried disabling UAC?

C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f

ThorstenSuckow
28 Oct 2009, 5:18 PM
Abe,

thanks for your reply - I'll try as soon as I reboot my computer ;)

AFAICS, this issue is clearly related to Windows 7 & the SVN client I'm using.

ThorstenSuckow
29 Oct 2009, 9:58 AM
No success with changing UAC level.

Can anyone else share their experience regarding Win 7/ Tortoise SVN 64bit?

jay@moduscreate.com
29 Oct 2009, 10:03 AM
Hrm... I don't have 64Bit 7 running, but my first suggestion would be to try a command line utility first to see if you can get it working.

Also, do any other remote SVN repos work?

ThorstenSuckow
29 Oct 2009, 10:07 AM
google reps work flawless, as do the livegrid and conjoon rep. I already tried using the CollabNet subversion CLI - same result: Operation hangs and quits after half an hour or so with the above noted error message.

jay@moduscreate.com
29 Oct 2009, 10:12 AM
try this:

Do a full checkout to a tmp dir.
Do an update,
try another checkout.

I'm trying to see if maybe you have something corrupt. :-\

ThorstenSuckow
29 Oct 2009, 10:14 AM
try this:

Do a full checkout to a tmp dir.
Do an update,
try another checkout.

I'm trying to see if maybe you have something corrupt. :-\

Well - on which repository should I operate?

jay@moduscreate.com
29 Oct 2009, 10:17 AM
Ext js. :)

Can you not do any type of checkout to any new directory?

ThorstenSuckow
29 Oct 2009, 10:21 AM
Ext js. :)

Can you not do any type of checkout to any new directory?

Unfortunately, not with the ExtJS rep :)

Jamie Avins
29 Oct 2009, 12:50 PM
I've used Windows 7 since beta without an issue. I'd try wiping out the current directory and checking out to a new one. Not sure which specific version of TortoiseSVN but our server is up to date and I haven't heard of any issues as of late.

ThorstenSuckow
29 Oct 2009, 12:52 PM
I've used Windows 7 since beta without an issue. I'd try wiping out the current directory and checking out to a new one. Not sure which specific version of TortoiseSVN but our server is up to date and I haven't heard of any issues as of late.

Jamie, if you're still using Win 7, can you give me details about the SVN client you're using?

sven
29 Oct 2009, 1:05 PM
I am also using Windows 7 64 bit with Tortoise SVN latest version without any problems.

Jamie Avins
29 Oct 2009, 1:13 PM
1.6.2 is what I'm running at the moment.

ThorstenSuckow
29 Oct 2009, 2:08 PM
Well, looks like I'm not the only one having this problem:

http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&viewType=browseAll&dsMessageId=2412838#messagefocus

(I already posted some log info over there but right now it seems like my post has to get approved by a mod first.)

hendricd
29 Oct 2009, 2:12 PM
@Thorsten -- Have you tried the 32-bit binaries yet?

ThorstenSuckow
29 Oct 2009, 2:17 PM
@Thorsten -- Have you tried the 32-bit binaries yet?

Not on Win 7 yet. Still working with those on my XP system, though. I'm gonna wait how the discussion turns out over at tigris.org, too lazy to un/install again :)

Here's my post for those who are interested:


Glad I'm not the only one experiencing this problem.

Google reps work fine so far - I only have a problem with a specific repository. Odd thing is, the same repository works fine with Win XP - and as users from the community the rep belongs to have stated - for them it does also work with Win 7 and the latest TortoiseSVN client (64 bit).

Here's the error I get after waiting 40-60 minutes:

It's either
<snip>
26.10.2009 - 22:58:52
Command : Checkout from http://******, revision HEAD, Fully recursive, Externals included
Error : PROPFIND of '***': timed out waiting for server (http://****)
Finished! :
1 kBytes transferred in 120 minute(s) and 11 second(s)
</snip>

or sometimes

<snip>
27.10.2009 - 12:30:35
Command : Checkout from http://*****, revision HEAD, Fully recursive, Externals included
Error : PROPFIND of '****': could not connect to server (http://****)
Finished! :
1 kBytes transferred in 70 minute(s) and 39 second(s)
</snip>

Here's my version information:

Windows 7 Professional

TortoiseSVN 1.6.6, Build 17493 - 64 Bit , 2009/10/19 20:22:18
Subversion 1.6.6,
apr 1.3.8
apr-utils 1.3.9
neon 0.28.6
OpenSSL 0.9.8k 25 Mar 2009
zlib 1.2.3

jay@moduscreate.com
29 Oct 2009, 2:21 PM
Have you tried a reinstall of the client? This is part of the reason why I am using 32bit osx.:p

ThorstenSuckow
29 Oct 2009, 2:25 PM
Have you tried a reinstall of the client? This is part of the reason why I am using 32bit osx.:p

Yeah I already did that two days ago.

I'm all about that newish 64 bit stuff. Makes me feel like I'm part of the trend ;)

(You should see my SSD :D )

mystix
29 Oct 2009, 11:33 PM
Have you tried a reinstall of the client? This is part of the reason why I am using 32bit osx.:p

dude, move to 64bit already. svn CLI works just fine. ;)

jay@moduscreate.com
2 Nov 2009, 12:23 PM
too many apps in 32 bit. hell, i even run one PPC app :P

stever
2 Nov 2009, 12:50 PM
I am also using Windows 7 64 bit with Tortoise SVN 1.6.5 with no problems.

Everytime I download 1.6.6 it says the file is corrupted though, which is why I am behind by one revision. Perhaps you should try 1.6.5?

ThorstenSuckow
26 Nov 2009, 3:58 AM
Obviously related to some internal win coding galore:

http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2424259

That did the trick! SVN is working for me again.