svn checkout issues for 'https://svn.dev.java.net/svn/hudson/trunk/www2/download/plugins/ConfigurationSlicing'

3 messages Options
Embed this post
Permalink
Andrea Barbieri

svn checkout issues for 'https://svn.dev.java.net/svn/hudson/trunk/www2/download/plugins/ConfigurationSlicing'

Reply Threaded More More options
Print post
Permalink
Hello,

I'm using TortoiseSVN 1.6.6 and when I try to checkout:
'https://svn.dev.java.net/svn/hudson/trunk/www2/'

the following error is encountered:
URL
'https://svn.dev.java.net/svn/hudson/trunk/www2/download/plugins/ConfigurationSlicing'
of existing directory
'E:\sandbox\hudson\www2\download\plugins\configurationslicing' does not match
expected URL 'https://svn.dev.java.net/svn/hudson/trunk/www2/download/plugins/configurationslicing'

the same problem happens even when I perform a clean checkout.

looking at the repo itself I notice the existence of these two modules:
- configurationslicing
- ConfigurationSlicing
last touched on 17/10/2009

any reasons why having two? all other plugins are present only once.

thanks,
andrea
Kohsuke Kawaguchi

Re: svn checkout issues for 'https://svn.dev.java.net/svn/hudson/trunk/www2/download/plugins/ConfigurationSlicing'

Reply Threaded More More options
Print post
Permalink


Andrea Barbieri wrote:

> Hello,
>
> I'm using TortoiseSVN 1.6.6 and when I try to checkout:
> 'https://svn.dev.java.net/svn/hudson/trunk/www2/'
>
> the following error is encountered:
> URL
> 'https://svn.dev.java.net/svn/hudson/trunk/www2/download/plugins/ConfigurationSlicing'
> of existing directory
> 'E:\sandbox\hudson\www2\download\plugins\configurationslicing' does not
> match
> expected URL
> 'https://svn.dev.java.net/svn/hudson/trunk/www2/download/plugins/configurationslicing'
>
> the same problem happens even when I perform a clean checkout.
>
> looking at the repo itself I notice the existence of these two modules:
> - configurationslicing
> - ConfigurationSlicing
> last touched on 17/10/2009
>
> any reasons why having two? all other plugins are present only once.
This was because the plugin was renamed. I fixed the backend to ignore
older "ConfigurationSlicing" and so the problem should be fixed now.


--
Kohsuke Kawaguchi
Sun Microsystems                   http://weblogs.java.net/blog/kohsuke/


smime.p7s (4K) Download Attachment
Andrea Barbieri

Re: svn checkout issues for 'https://svn.dev.java.net/svn/hudson/trunk/www2/download/plugins/ConfigurationSlicing'

Reply Threaded More More options
Print post
Permalink


Kohsuke Kawaguchi wrote:

Andrea Barbieri wrote:
> Hello,
>
> I'm using TortoiseSVN 1.6.6 and when I try to checkout:
> 'https://svn.dev.java.net/svn/hudson/trunk/www2/'
>
> the following error is encountered:
> URL
> 'https://svn.dev.java.net/svn/hudson/trunk/www2/download/plugins/ConfigurationSlicing'
> of existing directory
> 'E:\sandbox\hudson\www2\download\plugins\configurationslicing' does not
> match
> expected URL
> 'https://svn.dev.java.net/svn/hudson/trunk/www2/download/plugins/configurationslicing'
>
> the same problem happens even when I perform a clean checkout.
>
> looking at the repo itself I notice the existence of these two modules:
> - configurationslicing
> - ConfigurationSlicing
> last touched on 17/10/2009
>
> any reasons why having two? all other plugins are present only once.

This was because the plugin was renamed. I fixed the backend to ignore
older "ConfigurationSlicing" and so the problem should be fixed now.


--
Kohsuke Kawaguchi
Sun Microsystems                   http://weblogs.java.net/blog/kohsuke/

 
all working fine now.

many thanks
andrea