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

Re: SVN Problems

From: Alexey Neyman <stilor_at_att.net>
Date: Tue, 6 Mar 2012 16:33:57 -0800

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.
Received on 2012-03-07 01:34:44 CET

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

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