Mailing List Archive

[NOTICE] Moving spamassassin in SVN
Hi,

I'd like to move 'spamassassin' from

http[s]://svn.apache.org/repos/asf/incubator/spamassassin/

to

http[s]://svn.apache.org/repos/asf/spamassassin/

This means your current working copies will be invalidated.


Any preference as to when I should move the project?

Sander
Re: [NOTICE] Moving spamassassin in SVN [ In reply to ]
On Fri, Jun 25, 2004 at 07:28:21PM +0200, Sander Striker wrote:
> Hi,
>
> I'd like to move 'spamassassin' from
>
> http[s]://svn.apache.org/repos/asf/incubator/spamassassin/
>
> to
>
> http[s]://svn.apache.org/repos/asf/spamassassin/
>
> This means your current working copies will be invalidated.

Easily fixed by "svn switch" or "svn switch --relocate". I'm not
really sure which. Probably the latter?

> Any preference as to when I should move the project?

Unless you want to wait until after 3.0.0 is released, (which I doubt
you do), any time is probably fine.

--
Duncan Findlay
Re: [NOTICE] Moving spamassassin in SVN [ In reply to ]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


Duncan Findlay writes:
> On Fri, Jun 25, 2004 at 07:28:21PM +0200, Sander Striker wrote:
> > Hi,
> >
> > I'd like to move 'spamassassin' from
> >
> > http[s]://svn.apache.org/repos/asf/incubator/spamassassin/
> >
> > to
> >
> > http[s]://svn.apache.org/repos/asf/spamassassin/
> >
> > This means your current working copies will be invalidated.
>
> Easily fixed by "svn switch" or "svn switch --relocate". I'm not
> really sure which. Probably the latter?
>
> > Any preference as to when I should move the project?
>
> Unless you want to wait until after 3.0.0 is released, (which I doubt
> you do), any time is probably fine.

Yep, I'd say ASAP. We're in R-T-C mode anyway, so commits are
very infrequent, and we can monitor to ensure the two codebases
match afterwards.

- --j.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Exmh CVS

iD8DBQFA3GxvQTcbUG5Y7woRAtslAJ9FRekvzaaBwCT6lqDgp+pSvYfIowCfQmLj
SERBqw00XtzCpBIb/+6Di58=
=NzSP
-----END PGP SIGNATURE-----
Re: [NOTICE] Moving spamassassin in SVN [ In reply to ]
On Fri, Jun 25, 2004 at 07:28:21PM +0200, Sander Striker wrote:
>
> Any preference as to when I should move the project?
>

I'm fine with anytime, what I can't switch I'll diff and patch.

Michael
Re: [NOTICE] Moving spamassassin in SVN [ In reply to ]
On Fri, Jun 25, 2004 at 07:28:21PM +0200, Sander Striker wrote:
> Any preference as to when I should move the project?

Anytime should be fine. Just send out a note and we can update the docs
and everything. :)

--
Randomly Generated Tagline:
"Honesty is the key to a relationship. If you can fake that, you're in."
- Richard Jeni
Re: [NOTICE] Moving spamassassin in SVN [ In reply to ]
On Fri, 2004-06-25 at 19:28, Sander Striker wrote:
> Hi,
>
> I'd like to move 'spamassassin' from
>
> http[s]://svn.apache.org/repos/asf/incubator/spamassassin/
>
> to
>
> http[s]://svn.apache.org/repos/asf/spamassassin/

Done in rev 22197.

Sander
Re: [NOTICE] Moving spamassassin in SVN [ In reply to ]
On Sun, Jun 27, 2004 at 03:03:24PM +0200, Sander Striker wrote:
> > I'd like to move 'spamassassin' from
> > http[s]://svn.apache.org/repos/asf/incubator/spamassassin/
> > to
> > http[s]://svn.apache.org/repos/asf/spamassassin/
>
> Done in rev 22197.

Thanks Sander. I'm in the process of updating the pointers on the
bugzilla box/website/etc. :)

--
Randomly Generated Tagline:
I dunno, I dream in Perl sometimes...
-- Larry Wall in <8538@jpl-devvax.JPL.NASA.GOV>
Re: [NOTICE] Moving spamassassin in SVN [ In reply to ]
On Friday 25 June 2004 19:44 CET Duncan Findlay wrote:
> On Fri, Jun 25, 2004 at 07:28:21PM +0200, Sander Striker wrote:
> > This means your current working copies will be invalidated.
>
> Easily fixed by "svn switch" or "svn switch --relocate". I'm not
> really sure which. Probably the latter?

Hmmm...
| mss@otherland ~/projects/spamassassin/trunk.clean $ svn switch --relocate
| https://svn.apache.org/repos/asf/incubator/spamassassin/
| https://svn.apache.org/repos/asf/spamassassin/ .
| mss@otherland ~/projects/spamassassin/trunk.clean $ svn up
| svn: REPORT request failed on '/repos/asf/!svn/vcc/default'
| svn:
| Invalid editor anchoring; at least one of the input paths is not a
| directory and there was no source entry
| mss@otherland ~/projects/spamassassin/trunk.clean $ svn --version
| svn, version 1.0.3 (r9775)
| compiled May 29 2004, 16:54:45

Anybody (Sander? :) a clue what's going on there? I'd prefer not to have to
re-checkout as I still have two local changes in there.

Cheers,
Malte

--
[SGT] Simon G. Tatham: "How to Report Bugs Effectively"
<http://www.chiark.greenend.org.uk/~sgtatham/bugs.html>
[ESR] Eric S. Raymond: "How To Ask Questions The Smart Way"
<http://www.catb.org/~esr/faqs/smart-questions.html>
Re: [NOTICE] Moving spamassassin in SVN [ In reply to ]
On Sun, Jun 27, 2004 at 08:10:02PM +0200, Malte S. Stretz wrote:
> | mss@otherland ~/projects/spamassassin/trunk.clean $ svn switch --relocate
> | https://svn.apache.org/repos/asf/incubator/spamassassin/
> | https://svn.apache.org/repos/asf/spamassassin/ .
>
> Anybody (Sander? :) a clue what's going on there? I'd prefer not to have to
> re-checkout as I still have two local changes in there.

I just did

svn sw https://svn.apache.org/repos/asf/spamassassin/trunk

from the working directory, and everything works fine now.

--
Randomly Generated Tagline:
"Leary ate psilocybin cubensis in Cuernavaca and saw the beauty of the
universe; I ate goulash and saw the suckage of IT management. We both
drank crappy beer. You be the judge." - Benjy Feen
Re: [NOTICE] Moving spamassassin in SVN [ In reply to ]
On Sunday 27 June 2004 20:20 CET Theo Van Dinter wrote:
> On Sun, Jun 27, 2004 at 08:10:02PM +0200, Malte S. Stretz wrote:
> > | mss@otherland ~/projects/spamassassin/trunk.clean $ svn switch
> > | --relocate https://svn.apache.org/repos/asf/incubator/spamassassin/
> > | https://svn.apache.org/repos/asf/spamassassin/ .
> >
> > Anybody (Sander? :) a clue what's going on there? I'd prefer not to
> > have to re-checkout as I still have two local changes in there.
>
> I just did
>
> svn sw https://svn.apache.org/repos/asf/spamassassin/trunk
>
> from the working directory, and everything works fine now.

Seems like I killed my local copy with the command before:
| mss@otherland ~/projects/spamassassin/trunk.clean $ svn sw
| https://svn.apache.org/repos/asf/spamassassin/trunk
| svn: REPORT request failed on '/repos/asf/!svn/vcc/default'
| svn:
| Invalid editor anchoring; at least one of the input paths is not a
| directory and there was no source entry

And I don't have the faintest clue what that error message wants to tell me.

Malte

--
[SGT] Simon G. Tatham: "How to Report Bugs Effectively"
<http://www.chiark.greenend.org.uk/~sgtatham/bugs.html>
[ESR] Eric S. Raymond: "How To Ask Questions The Smart Way"
<http://www.catb.org/~esr/faqs/smart-questions.html>
Re: [NOTICE] Moving spamassassin in SVN [ In reply to ]
On Sun, 27 Jun 2004, Malte S. Stretz spake:
> Seems like I killed my local copy with the command before:
>| mss@otherland ~/projects/spamassassin/trunk.clean $ svn sw
>| https://svn.apache.org/repos/asf/spamassassin/trunk
>| svn: REPORT request failed on '/repos/asf/!svn/vcc/default'
>| svn:
>| Invalid editor anchoring; at least one of the input paths is not a
>| directory and there was no source entry
>
> And I don't have the faintest clue what that error message wants to tell me.

I see an even more peculiar error:

amaterasu 406 /usr/packages/spamassassin/spamassassin% svn sw https://svn.apache.org/repos/asf/spamassassin/trunk
svn: REPORT request failed on '/repos/asf/!svn/vcc/default'
svn:
File not found: revision '22203', path '/spamassassin/trunk/speedtest'

--
`We in no way believe that this Christ was a space alien.'
--- A creationist website goes completely bonkers
RE: [NOTICE] Moving spamassassin in SVN [ In reply to ]
> From: Malte S. Stretz [mailto:msquadrat.nospamplease@gmx.net]
> Sent: Sunday, June 27, 2004 8:10 PM

> On Friday 25 June 2004 19:44 CET Duncan Findlay wrote:
> > On Fri, Jun 25, 2004 at 07:28:21PM +0200, Sander Striker wrote:
> > > This means your current working copies will be invalidated.
> >
> > Easily fixed by "svn switch" or "svn switch --relocate". I'm not
> > really sure which. Probably the latter?
>
> Hmmm...
> | mss@otherland ~/projects/spamassassin/trunk.clean $ svn
> switch --relocate
> | https://svn.apache.org/repos/asf/incubator/spamassassin/
> | https://svn.apache.org/repos/asf/spamassassin/ .
> | mss@otherland ~/projects/spamassassin/trunk.clean $ svn up
> | svn: REPORT request failed on '/repos/asf/!svn/vcc/default'
> | svn:
> | Invalid editor anchoring; at least one of the input paths is not a
> | directory and there was no source entry mss@otherland
> | ~/projects/spamassassin/trunk.clean $ svn --version svn,
> version 1.0.3
> | (r9775)
> | compiled May 29 2004, 16:54:45
>
> Anybody (Sander? :) a clue what's going on there? I'd prefer
> not to have to re-checkout as I still have two local changes in there.

You wanted a switch without the relocate.
See if you can switch relocate it back to what it was, and switching
normally after. If not I fear you have to svn diff >some.patch,
checkout clean, apply some.patch.

Sander