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

[Subclipse-users] Problem accessing svnclientadapter / using multiple repositories

From: Konrad Jünemann <K_Juenemann_at_gmx.de>
Date: Wed, 05 Mar 2008 15:27:29 +0100

Hi,

Question 1:

I'm writing an Eclipse Plugin which uses (or should use) Subclipse. So I
  added "org.tigris.subversion.subclipse.core" to my required plug-ins.

Problem: I'm unable to import any classes from
org.tigris.subversion.svnclientadapter.*

Error: "The import org.tigris.subversion.svnclientadapter cannot be
resolved"

Other classes like org.tigris.subversion.subclipse.core.SVNClientManager
are correctly imported. Now I wonder what I am doing wrong, since
org.tigris.subversion.svnclientadapter is marked as an exported package.
Does it matter, that it is imported by subclipse.core as a jar?

Any ideas?

I'm using Eclipse 3.3.1.1 and Subclipse 1.2.4. (and Subclipse is running
on my machine without any problems).

Question 2:

Is it possible to use different svn Repositories within only one
Project? The "Share Project"-Wizards makes me fear not, but why?

What I want to do:
I want to checkout / commit certain subfolders of a specific folder to a
different repository than the rest of the project like this:

Resource: Repository:
- MyProject Repository A
        - dir_01 Repository A
        - dir_02 Repository A
        - ... Repository A
        - LIB < not included >
                - lib_dir_01 Repository B
                - lib_dir_02 Repository C

Is there a way to achieve this behaviour (need this for my plugin)? I
would not need UI support for Repositories B - ..., so preventing
subclipse from deleting any .svn folders within LIB would be sufficient.

Thanks in advance,

Konrad

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: users-help_at_subclipse.tigris.org
Received on 2008-03-05 16:26:39 CET

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.