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

Re: Issues with v1.5.3

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Mon, 06 Oct 2008 18:36:58 +0200

Amit Chugh wrote:
> Here's the error message I get
>
> Encountered a sharing violation while accessing <folder_location
> \file_name.Extension>.

Sharing violations occur when
* the file is open by another application
* the file is write protected and the application wants to open it for
writng
* the file is write protected and the application wants to remove the file
* the file is read protected

So, either those files are opened by another application (virus scanner
perhaps?), or the access rights are wrong (which would indicate that
your working copy is on a samba share).

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net

Received on 2008-10-06 18:37:16 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.