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

Re: Issue 224: PSF: Add external and relative svn projects to workspace

From: Magnus Naeslund(t) <mag_at_fbab.net>
Date: 2005-03-01 18:52:35 CET

Magnus Naeslund(w) wrote:
>
>
> I can get back with an usage description after the weekend, but in short:
> from an normal PSF file, remove the http:// prefix to make it refer to a
> local filesystem, if it's / it's absolute, if it starts with directory or
> ../ it refers to a project relative to the PSF file's directory.
>
> Hum. That sound more or less as a full description, so maybe i need not to
> send a better one? :)
>

I'll give an example how it could look if we had an file in
http://svn.collab.net/repos/subclipse/branches/subclipse-3/core/ that is
called subclipse-relative.psf:

<?xml version="1.0" encoding="UTF-8"?>
<psf version="2.0">
        <provider id="org.tigris.subversion.subclipse.core.svnnature">
                <project reference="0.9.3,../ui,ui"/>
                <project reference="0.9.3,../core,core"/>
        </provider>
</psf>

(Compare this to the already existant subclipse.psf)

Usage on clientside:
1. cd ~/svn
2. svn co http://svn.collab.net/repos/subclipse/branches/subclipse-3
    subclipse-3
3. In exclipse Import ProjectSet:
    ~/svn/subclipse-3/core/subclipse-relative.psf

And now you have the Subclipse Team control enabled for the external
files and you can change them in both ways, via console or Eclipse.

Tell me if anyone needs more info...

Magnus
Received on Wed Mar 2 04:52:35 2005

This is an archived mail posted to the Subclipse Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.