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

Re: Read Only flag set on files incorrectly

From: Simon Large <simon_at_skirridsystems.co.uk>
Date: 2007-02-28 23:39:38 CET

myles@techsol.org wrote:
> Hi there, firstly here is what I'm running:
>
> Development computer: WinXP
> Delphi 7 IDE
> TortoiseSVN 1.4.3
>
> Subversion Server:
> Fedora Core 5 Linux
> Subversion 1.3

You need to be more accurate in your descriptions if you want help here.

> I'm new to this, so its possible I'm doing something wrong, but I've spent a
> day on this and I can't seem to work it out. I have created a repository
> for an application on my Linux box. I FTP'd the files to that box, and
> setup the repository with an import.
>
> I can see the repository and its files on my Windows machine, so I use
> TortoiseSVN's Update to checkout the files to my local computer to work on
> them. They show that they are locked to me.

You can't checkout files with the Update command. You must have used
Checkout. And they are locked? Does that mean you set the svn:needs-lock
property on them when you checked them in?

> I work on the files that are in read/write state. When I'm finished I want
> to check them back into the repository, so I use the TortoiseSVN 'Commit'
> function, which correctly identifies the changes and updates the repository.

Which means you must have done a Get-lock in order to make them writeable?

> I would now expect my local files to be read/only since the files are
> checked in for the next developer to work on. This is the case. My local
> files are set read/only.
>
> Now when I reconnect to get the files back again to work on them, it
> correctly appears to check them back out to me to work on. But here is
> where the problem lies....

What do you mean by 'reconnect'? What do you mean by 'check them back
out'? Are you doing a fresh Checkout, a Get-lock, or what?

> On my computer, all of the files are STILL set Read/Only. I can't edit
> them, although I've got the locks on them. Since this problem appears to be
> solely related to TortoiseSVN bringing the files to me, and setting them as
> Read/Only, I thought I would raise this as an issue here.

Are you sure you have got the locks on these files? Did you refresh your
browser view (F5)? Did you try the Check for Modifications dialog (which
shows locks status)?

Simon

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Wed Feb 28 23:39:37 2007

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.