Hi Waseem,

On Tuesday, March 06, 2012 06:57:19 am Waseem Shahzad wrote:
> Hi Guys
> 
>                    I am running SVN in the .Net environment. à Using TSVN
> and Ankh SVN
> 
> 
> 
> I have checkout the repository (almost 1 GB) and working in it. It gets
> stuck when on Commit with followings solutions:
> 
> 
> 
> 1.       It shows locked status even other people not being used it in
> Lock.
> 
> 2.       I will have to run CleanUp command , Why?
> 
> 3.       After moving from VSS to SVN , Visual Studio gets slower down in
> saving files , Why?
> 
> 
> 
> Cheers,
> 
> Waseem Bukhari
> 
> CMer

With regard to #1 and #2, I think you're mixing two separate "locking" 
concepts. One is "locking" in the repository - which prevents other developers 
from working on a given file that's being modified by another person. Another 
is "locking" the working copy during certain operations (such as commit) to 
prevent concurrent changes in the working copy (i.e. adding new files).

As to why it gets "stuck in commit" - is it possible that you have some access 
control scripts on the repository side? Running 1GB commit through them may 
take substantial time, depending on what those scripts do. Such repository-
side scripts may also be the reason why saving files is slower.

Regards,
Alexey.

Reply via email to