[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: TortoiseSVN installed on Windows 7 32 bits

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Tue, 21 Sep 2010 15:10:57 +0200

On Tue, Sep 21, 2010 at 13:48, Loritsch, Berin <bloritsch_at_dtri.net> wrote:
>>       I just download TortoiseSVN-1.6.10.19898-win32-svn-1.6.12.msi today and intalled on my Windows 7 32-bits
>> Windows. I logged on as administrator user and install without any problem. Restart my OS after install and try
>> to checkout source form code.google.com. I can see it indicate files are downloading but it takes very long
>> time until it shows 1.3 GB, i killed the that task. Check my local there is no any file checkout(yes, local
>> directory is empty). Tried Repository Browser, it displayed "Please wait while the repository browser is
>> initializing..."
>> but never return anything.
>
> I have TSVN 1.6.9 running on Windows 7 32bit without any problems.  I'm not checking out from code.google.com, but it is behaving as expected.
>
> As to your question about the checkout folder being empty, that tells me that subversion is doing its job.  It is supposed to perform its work atomically.  That means a checkin or checkout is all or nothing.  If it fails for any reason, you have to fix the reason before you can try again.

Only operations that actually change the repository are atomic. A
checkout isn't atomic (doesn't have to be) since it can be interrupted
and continued without problems: just run an update after an
interrupted checkout.

I would suspect a problem with a firewall/proxy/virus scanner on your end.
Since it's not completely blocked, I would tend to blame your virus scanner.

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2662867
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-09-21 15:11:30 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.