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 244813 - svn malfunction with sourceforge projects
Summary: svn malfunction with sourceforge projects
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 8.0
Hardware: Macintosh (x86) Mac OS X
: P4 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-30 11:14 UTC by nicola1966
Modified: 2014-05-30 17:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
the log (279.90 KB, application/octet-stream)
2014-05-30 11:46 UTC, nicola1966
Details

Note You need to log in before you can comment on or make changes to this bug.
Description nicola1966 2014-05-30 11:14:18 UTC
I found a big bug in NetBeans 8.0 SVN client.
I make a java project and upload it in sourceforge.net (built on Linux Ubuntu 13 and NetBeans 8.0; upload in sf repository with embedded client in Netbeans).

The sf uri for checkout is:

https://svn.code.sf.net/p/javatranslator/code/

From another PC (MacBook Pro Intel MacOSX) I try to checkout with NetBeans 8.0 Mac version.

Afther the checkout I change some files and try to commit modification back.

Impossible, reiceve this error:
org.apache.subversion.javahl.clientexception: svn: e170001: commit failed (details follow):
svn: e170001: mkactivity of '/p/javatranslator/code/!svn/act/cb8fbc4c-4601-0010-843b-c3243fd01b78': 403 forbidden (http://svn.code.sf.net)

I made same operation with Netbeans 7.2 and all work fine.
I made same operation with command line tools and all work fine.

I have open a bug in sf (#7770) thinking is a sf problem, but afther more test I fond the bug in Netbeans 8.0 SVN client.
Comment 1 Ondrej Vrabec 2014-05-30 11:27:00 UTC
attach the full ide log with the error: http://wiki.netbeans.org/FaqLogMessagesFile
Comment 2 nicola1966 2014-05-30 11:46:01 UTC
Created attachment 147519 [details]
the log
Comment 3 Ondrej Vrabec 2014-05-30 13:58:47 UTC
INFO [org.netbeans.modules.subversion]: org.apache.subversion.javahl.ClientException: svn: E170001: Commit failed (details follow):
svn: E170001: MKACTIVITY of '/p/javatranslator/code/!svn/act/cb8fbc4c-4601-0010-843b-c3243fd01b78': 403 Forbidden (http://svn.code.sf.net)
org.tmatesoft.svn.core.SVNAuthenticationException: svn: E170001: Commit failed (details follow):
svn: E170001: MKACTIVITY of '/p/javatranslator/code/!svn/act/cb8fbc4c-4601-0010-843b-c3243fd01b78': 403 Forbidden (http://svn.code.sf.net)

likely an authentication issue, wrong username or password. Are you getting the authentication dialog asking for username and password when the commit fails?
Comment 4 nicola1966 2014-05-30 17:12:07 UTC
No, no dialog for authentication.

Only the dialog with the error.