Search code examples
eclipsesvnsubversive

subversive svn:externals reference to a fixed revision does not honor revision


an svn:externals reference like this

dojo -r 21434 http://svn.dojotoolkit.org/src/dojo/trunk/

is happily accepted by subversive in the set properties panel and the link is established. However, the revision is ignored. Each time I upgrade, I get the latest from trunk. It does not seem to matter whether or not I include a space between the -r and the number. Is this the right syntax? Is this a problem with subversive?

I'm using the Galileo release, subversive 0.7.8.I20090904-1300


Solution

  • Try the form

    -r 21434 http://svn.dojotoolkit.org/src/dojo/trunk/ dojo
    

    instead of

    dojo -r 21434 http://svn.dojotoolkit.org/src/dojo/trunk/