[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [Subclipse-users] Subclipse problem on rename package

From: Mark Phippard <markphip_at_gmail.com>
Date: 2007-03-25 19:34:31 CEST

On 3/25/07, arons <arons7@gmail.com> wrote:
>
> Dear development,
>
> currently I'm using subclipse with my sourgeforge account and I've found
> a problem.
>
> My environment:
> WindowXP
> Eclipse 3.2.2
> Subclipse 1.0.5

There is a 1.2.0 release available that 3.2 users should use.

The problem occurs during the following operation:
> I try to rename a package into a project shared with svn.
> For example i whant to rename the package "net.sourceforge.jfl.core"
> into "net.sourceforge.jfl.test", and I have a class into called Test.java.
> The operation is correct performed by eclipse but at the end when I try
> to commit the changes I obtain:
>
> Checked resources will be committed to SVN version control.
> /JFL/jfl-core/src/main/java/net/sourceforge/jfl/core
> deleted
> /JFL/jfl-core/src/main/java/net/sourceforge/jfl/core/Test.java deleted
> /JFL/jfl-core/src/main/java/net/sourceforge/jfl/logic
> added
>
> /JFL/jfl-core/src/main/java/net/sourceforge/jfl/logic/Test.java modified
>
>
> The commit operation could not be performed because the
> /JFL/jfl-core/src/main/java/net/sourceforge/jfl/logic/Test.java file is
> not present on the server.
> I retrieve the error log 03 Forbidden (https://svn.sourceforge.net),
> that's strange too.

Most of that up to the error looks normal for a move refactoring. You might
look at what is added to the console when you rename the package.

The 403 forbidden seems to happen a lot with SourceForge. I found the
following in their FAQ:

If you receive a 403 Forbidden error, either your password doesn't match (it
could be a sync issue, try changing your password and attempting to access
the service a few minutes later with the new password) or your project
administrator hasn't granted you SVN write permissions (if you are the
project admin, you must still grant yourself that permission). Go to the
members section of your project admin pages to set this option.

Firewalls and proxy servers may present a problem in using SVN. No
workarounds are provided as HTTPS should be passed without modification from
almost all ISPs world-wide. Should a firewall or proxy be causing issues
with your connection, contact your network administrator or ISP for further
assistance.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
Received on Sun Mar 25 19:34:45 2007

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.