Jump to content

Locking issues.


Recommended Posts

Posted

We have a fairly large software package, so to manage it we are implementing TortoiseSVN.

However, currently we are using the locking functionality only.

When trying to implement the merge function, IE accessing files without locking, we cannot save even to local copies.

Does anyone know why this is?

Even if I have a local copy of a folder, I cannot save to that local copy.

It must have something to do with locking settings, but I can't find any kind of menu to alter these settings.

Posted

I've never used the merge feature, always lock/unlock. But I assume that unless you change some settings the files will still appear locked. And when files are locked they are read-only, which won't allow you to save any changes.

Posted (edited)

Well even when the file is not locked by anyone, you can't save.

No. If the file is not locked, then nobody's local copy should be writable (changeable). That's kinda the point of the lock/unlock or checkout/checkin paradigm.

(Obviously, you can circumvent this but then your're not really under version control anymore.)

~Dan

Edited by Dan DeFriese

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.