The server errors I see in the event viewer are below. I didn't try the straight svn command line tool but I suspect this information below will be enough to get you rolling.
Thanks. Log Name: Application Source: VisualSVN Server Date: 3/29/2009 8:21:56 AM Event ID: 1001 Task Category: None Level: Error Keywords: Classic User: N/A Computer: SPECTACLE Description: Cannot accept non-LF line endings in 'svn:log' property [500, #125005] [client 192.168.11.33] Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="VisualSVN Server" /> <EventID Qualifiers="0">1001</EventID> <Level>2</Level> <Task>0</Task> <Keywords>0x80000000000000</Keywords> <TimeCreated SystemTime="2009-03-29T12:21:56.000Z" /> <EventRecordID>1147</EventRecordID> <Channel>Application</Channel> <Computer>SPECTACLE</Computer> <Security /> </System> <EventData> <Data>Cannot accept non-LF line endings in 'svn:log' property [500, #125005] </Data> <Data>192.168.11.33</Data> </EventData> </Event> Log Name: Application Source: VisualSVN Server Date: 3/29/2009 7:46:21 AM Event ID: 1001 Task Category: None Level: Error Keywords: Classic User: N/A Computer: SPECTACLE Description: Could not execute PROPPATCH. [500, #206] [client 192.168.11.33] Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="VisualSVN Server" /> <EventID Qualifiers="0">1001</EventID> <Level>2</Level> <Task>0</Task> <Keywords>0x80000000000000</Keywords> <TimeCreated SystemTime="2009-03-29T11:46:21.000Z" /> <EventRecordID>1111</EventRecordID> <Channel>Application</Channel> <Computer>SPECTACLE</Computer> <Security /> </System> <EventData> <Data>Could not execute PROPPATCH. [500, #206] </Data> <Data>192.168.11.33</Data> </EventData> </Event> Log Name: Application Source: VisualSVN Server Date: 3/29/2009 7:46:21 AM Event ID: 1001 Task Category: None Level: Error Keywords: Classic User: N/A Computer: SPECTACLE Description: Cannot accept non-LF line endings in 'svn:ignore' property [500, #125005] [client 192.168.11.33] Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="VisualSVN Server" /> <EventID Qualifiers="0">1001</EventID> <Level>2</Level> <Task>0</Task> <Keywords>0x80000000000000</Keywords> <TimeCreated SystemTime="2009-03-29T11:46:21.000Z" /> <EventRecordID>1112</EventRecordID> <Channel>Application</Channel> <Computer>SPECTACLE</Computer> <Security /> </System> <EventData> <Data>Cannot accept non-LF line endings in 'svn:ignore' property [500, #125005] </Data> <Data>192.168.11.33</Data> </EventData> </Event> On Mar 29, 2009 12:51pm, VisualSVN Support <[email protected]> wrote: > Hi! > > When I tried to add an ignore for the build artifact directory I got: > Could you please send us the VisualSVN Server logs? > VisualSVN Server writes log to the Windows Event Log. You could find > VisualSVN Server logs in the Application category in the Event Viewer. > >This happens in TortoiseSVN 1.6.0, Build 15855 - 64 Bit , 2009/03/21 > 12:36:36 and Eclipse's Subclipse 1.6.0 pluigin. > Have you tried to commit using Subversion standard client svn.exe? > Thank you! > On Sun, Mar 29, 2009 at 5:16 PM, [email protected]> wrote: > > > > Hi All, > > > > I've got a fresh install of 1.7 VisualSVN server. I created a new > > repository and tried to import to it. The import worked fine. When I > > tried to add an ignore for the build artifact directory I got: > > > > Commit failed (details follow): > > At least one property change failed; repository is unchanged > > Error setting property 'ignore': > > Could not execute PROPPATCH. > > > > This happens in TortoiseSVN 1.6.0, Build 15855 - 64 Bit , 2009/03/21 > > 12:36:36 and Eclipse's Subclipse 1.6.0 pluigin. > > > > I see that someone else is reporting the same problem. Any help would > > be appreciated. As I said, it's a pretty fresh install so it should be > > easy to reproduce. > > > > One note, this is running on a Vista 64 bit machine. > > > > Thanks. > > > -- > Olga Dolidze > VisualSVN Support

