Re: [Draconet-users] Problem with Vault - moving a file in repository

2005-02-07 Thread Benjamin Joldersma
ssage- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Benjamin Joldersma Sent: Monday, February 07, 2005 11:56 AM To: draconet-users@lists.sourceforge.net Subject: Re: [Draconet-users] Problem with Vault - moving a file in repository Hello, I've sorted out this problem, at

RE: [Draconet-users] Problem with Vault - moving a file in repository

2005-02-07 Thread Paul Welter
@lists.sourceforge.net Subject: Re: [Draconet-users] Problem with Vault - moving a file in repository Hello, I've sorted out this problem, at least for my team. The issue lies in that in the Modification.CompareTo implementation, nulls are not checked for when doing the comparisons. The

Re: [Draconet-users] Problem with Vault - moving a file in repository

2005-02-07 Thread Benjamin Joldersma
Hello, I've sorted out this problem, at least for my team. The issue lies in that in the Modification.CompareTo implementation, nulls are not checked for when doing the comparisons. The Vault does not really consider a move an atomic operation. It notes that an operation occurs to remove the

[Draconet-users] Problem with Vault - moving a file in repository

2005-02-03 Thread Benjamin Joldersma
Hello all, I've seen some emails about this - it seems that the problem that triggers the GetModifications error: System.InvalidOperationException: Specified IComparer threw an exception. ---> System.NullReferenceException: Object reference not set to an instance of an object. at Draco.Core.Sc