Can't edit writable files in DiffMerge

This forum is now locked, since Gold Support is no longer offered.

Moderator: SourceGear

Locked
mattGreatPond
Posts: 24
Joined: Fri Apr 30, 2004 2:38 pm

Can't edit writable files in DiffMerge

Post by mattGreatPond » Tue Jun 08, 2004 1:51 pm

If I do a diff between a local (edited - non read-only) file and the last version in the repository, DiffMerge treats both as read-only. Why is my local file treated as read-only when it is not :?:

dan
Posts: 2448
Joined: Wed Dec 17, 2003 5:03 pm
Location: SourceGear
Contact:

Post by dan » Tue Jun 08, 2004 2:26 pm

By default, the diff tool brings up both files in a read-only state, so you can't apply changes from one file to the other.

You can change this, though - Go to Tools->Options->Diff/Merge, and take out the /ro1 or /ro2 arguments, which makes the right and left files in the diff window read-only.

mattGreatPond
Posts: 24
Joined: Fri Apr 30, 2004 2:38 pm

Post by mattGreatPond » Tue Jun 08, 2004 2:36 pm

Thanks - taking out /ro2 makes it much more useful now :D

Locked