[gs-devel] apache and subversion upgrade

Ralph Giles giles at ghostscript.com
Wed Nov 5 19:48:52 PST 2008


On Sat, Sep 27, 2008 at 11:29 AM, James Cloos <cloos at jhcloos.com> wrote:

> entries indicates that my checkout is of:
>
> http://svn.ghostscript.com:8080/ghostscript/trunk
>
> but nothing now listens on 8080.

Sorry, James, your message got suck in the spam filter.

That's correct, we've retired the alternate server on :8080

> Svn switch fails with:
>
> :; svn switch http://svn.ghostscript.com/ghostscript/trunk
> svn: 'http://svn.ghostscript.com:8080/ghostscript/trunk'
> is not the same repository as
> 'http://svn.ghostscript.com/ghostscript'

You want 'svn switch --relocation
http://svn.ghostscript.com:8080/ghostscript/trunk
http://svn.ghostscript.com/ghostscript/trunk'

> Also, any word on fixing up the repo so that a checkout of trunk does
> not end up with two copies of the gs dir (gs and ghostpdl/gs)?

passing --ignore-externals to 'svn checkout' and subsequent 'svn
update' calls will prevent the duplicate checkout. I've not checked
recently, I think it it's also smart enough to use a symlink once
you've made one locally.

 -r


More information about the gs-devel mailing list