Hi

I've done the same mistake. You really should use TracLinks instead of full
url's if possible. (http://trac.edgewall.org/wiki/TracLinks)

This is one way to change the urls for all wiki-pages (you could make it all
as a script if you like):
sqlite> .output wiki.sql
sqlite> .dump wiki
>cp wiki.sql wiki.sql.org
>rpl orldurl newurl wiki.sql (or whatever other tool you have for search and
replace)
sqlite> drop table wiki;
sqlite> .read wiki.sql;

Maybe someone else knows of a better way?

GL / Erik

On 10/31/07, Andreas Reiss <[EMAIL PROTECTED]> wrote:
>
>  Hi Trac-Users,
>
>
>
> I'm very new to this group and I already have a serious problem with my
> existing Trac environment.
>
>
>
> I have a few hundred pages with several links among Trac pages.
>
>
>
> My problem is, that my domain name changed and now all the links go to the
> wrong domain/page means to the nirvana.
>
>
>
> Is their any script for DB or Trac to update all the links or maybe to do
> a string replacements?
>
>
>
> Thank you very much
>
>
>
> Cheers
>
> Andreas
>
>
>
>
>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to