Jump to content

Locking issues.


Recommended Posts

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.

Link to comment

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
Link to comment

Join the conversation

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

Guest
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.