Re: Bug while check out

2011-07-05 Thread Nico Kadel-Garcia
[ Please don't top post ] On Tue, Jul 5, 2011 at 9:04 AM, Chimata Kiranmayee wrote: > Yes we checked in TortoiseSVN, there also we are getting same error message. Then the problem isn't subclipse, it's your upstream repository and, probably, it's access control.

Re: Subsclipse for MyEclipse 6.5

2011-07-05 Thread Mark Phippard
On Tue, Jul 5, 2011 at 9:11 AM, Waseem Bokhari wrote: > Which version of SubEclipse is compatible with MYECLIPSE > 6.5? The current version of Subclipse is 1.6.18. It will work on Eclipse 3.2 and higher. I would imagine MyEclipse 6.5 is on a newer version of Eclipse than 3.2 so the current ver

Re: Subsclipse for MyEclipse 6.5

2011-07-05 Thread Rob van Oostrum
You'll have better luck asking the Subclipse and/or MyEclipse community. - Rob On Tue, Jul 5, 2011 at 9:11 AM, Waseem Bokhari wrote: > Hi All! > > Which version of SubEclipse is compatible with MYECLIPSE > 6.5? > > > > > > I am working on windows and need this integration. > > >

Subsclipse for MyEclipse 6.5

2011-07-05 Thread Waseem Bokhari
Hi All! Which version of SubEclipse is compatible with MYECLIPSE 6.5? I am working on windows and need this integration. DISCLAIMER: This e-mail and any file transmitted with it are confidential and intended solely for the use of the addressee. If you are not the intend

Re: Bug while check out

2011-07-05 Thread Nico Kadel-Garcia
On Tue, Jul 5, 2011 at 6:49 AM, Chimata Kiranmayee wrote: > > > Hi, > > > >   I’m using subclipse 1.6.18, while check out one of my project getting > following error message but remaining all project I can able to check out > from repository. > > > > URL access forbidden for unknown reason > >

Bug while check out

2011-07-05 Thread Chimata Kiranmayee
Hi, I'm using subclipse 1.6.18, while check out one of my project getting following error message but remaining all project I can able to check out from repository. URL access forbidden for unknown reason svn: access to 'https://path of my remote repository ' forbidden please do needful

caveat in re-parenting

2011-07-05 Thread Raja Gopal Chowdary Nutheti
I tried the following merge command to re-parent a branch-B to Trunk from another branch-A [ branch B is just copy of A], but the merge command deleting the files which are added to A as part of other child branch collapses. svn merge --accept 'postpone' ^/branches/A ^/trunk@HEAD So to av