This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 170235 - Cannot commit new project: PROPPATCH error
Summary: Cannot commit new project: PROPPATCH error
Status: RESOLVED DUPLICATE of bug 167837
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-11 23:06 UTC by nb20090811
Modified: 2009-08-12 13:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (29.28 KB, text/plain)
2009-08-11 23:07 UTC, nb20090811
Details

Note You need to log in before you can comment on or make changes to this bug.
Description nb20090811 2009-08-11 23:06:35 UTC
Initial load or commit of java project to Subversion 1.6.4 server fails with error message:

org.tigris.subversion.javahl.ClientException: Failed to execute WebDAV PROPPATCH
Commit failed (details follow):
At least one property change failed; repository is unchanged
RA layer request failed
Error setting property 'ignore': 
Could not execute PROPPATCH.

svn --version output:

svn, version 1.6.4 (r38063)
   compiled Aug  8 2009, 15:25:21

Copyright (C) 2000-2009 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_neon : Module for accessing a repository via WebDAV protocol using Neon.
  - handles 'http' scheme
  - handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
  - with Cyrus SASL authentication
  - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' scheme
* ra_serf : Module for accessing a repository via WebDAV protocol using serf.
  - handles 'http' scheme
  - handles 'https' scheme

javahl from plugin:

Version: 0.2.0 Source: NetBeans  
Plugin Description
Bundles subversion client for windows

messages.log attachment follows.
Comment 1 nb20090811 2009-08-11 23:07:32 UTC
Created attachment 86127 [details]
messages.log
Comment 2 Ondrej Vrabec 2009-08-12 07:31:13 UTC
Do you have the svn server under your control? Is it possible to provide server logs?
Could you also send me the project you are trying to import? Or at least what kind of project is it (a simple J2SE project)?
Comment 3 Ondrej Vrabec 2009-08-12 13:51:43 UTC
I think it's the same as issue 167837.
A 'CRLF' line-ending in svn:ignore property

*** This issue has been marked as a duplicate of 167837 ***