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

Re: [Subclipse-users] Using SubEclipse API

From: Mark Phippard <markphip_at_gmail.com>
Date: 2007-11-29 14:02:29 CET

On Nov 29, 2007 1:30 AM, Debasis Mishra <debasis1982@gmail.com> wrote:
>
> Thanks a lot for the help.I need to checkout from svn repository on
> selection of a project in the navigator view to a different server location
> (not to the localworkspace).
>
> I need to specify the server location by which my project should be
> checkedout to the server location.
>
> For that i ve got some API like--copyRemoteResource,moveRemoteResource in
> subclipse.core plugin.
>
> Could you please help me in suggesting the API for this requirement or i can
> go for this copyRemoteResource.

Any method named copyRemoteResource would mean it is doing a copy
within the repository. Such as creating a branch. Subversion can
only checkout to locally accessible drives. So unless the server is a
mounted volume that can be accessed like a remote drive, you cannot
use Subversion to checkout to it. You would have to checkout to a
local temp area, and then write your own code to transfer that to some
other location.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Thu Nov 29 14:02:38 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.