That was it, thanks Remy!

btw: did I missed this in the trac documentation/wiki?

Karl

Remy Blank schrieb:
> > My question is, what is the realm and the id?
>
> The realm is the type of resource to which the attachment belongs, and
> id is the name or identifier of the resource. So if you wanted to remove
> the attachment named "MyFile.pdf" from the wiki page "WikiStart", you
> would use:
>
>   trac-admin $ENV attachment remove wiki:WikiStart MyFile.pdf
>
> Or for the same file attached to ticket #123:
>
>   trac-admin $ENV attachment remove ticket:123 MyFile.pdf
>
> -- Remy

-- 
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