[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[subversive-dev] How to start the checkout from SVN wizard from another plugin
|
- From: "Erling Wegger Linde" <erlingwl@xxxxxxxxx>
- Date: Mon, 14 Jul 2008 13:03:07 +0200
- Delivered-to: subversive-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=4SlFJEeY704u1HwWH5IyNsTqgyx28sA4IMgdx0937KI=; b=k4Mwfb2wbhE/kw9HA5DWsfSjS2s6p1GMGof55h2VXpygwwFhCoAPR2w5PCOwwWUVBh 1i6QQuMEWVOXe0FvoN7k1J8lYtfEDm9Y24PYXreT9QNpO/WYEr5ho9XXz8qMSoXXRmIZ jmzzV3ALxht4CkXg5HM50+w7mLkns6Il57qLc=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=X0/AkzQQqsS+Bi36ql5vjs1Z0FWR2uHntNr5mDiBYb6MCHGR992sYFHZOk4hMnyY3G sE4JPHItabAZJV4NF2LQ9tcL90IunrrwwhF/hc+565YvcvWIv8SVsFtBOJAQgzw5H8Cm Nte9wivedsKw0g9CRHoyVkUh2jpePSNMBJOUQ=
Hi,
I'm developing an Eclipse Plugin that has access to information about
a project such as a SVN repository. I want to say "import this project
from SVN" (I have the URL to the SVN repository) and the start the
"Checkout from SVN" Wizard, and hopefully fill out the URL to the
repository automatically in the right place. The user then has to fill
in his credentials etc.
I'm fairly new to Eclipse Plugin Development, so I wonder how can I
trigger the "Checkout from SVN" wizard from my plugin? That is how
should I configure my plugin.xml and what classes/methods might I use.
I'll be grateful for any hints/ideas/guidelines.
Thanks,
- Erling