Re: [Freevo-devel] TuxnTosh file rename

2008-04-27 Thread Evan Hisey
> > # patch -Np0 -i test.patch > patching file 'Tux'\''n Tosh TV.fxd' > > Which version of patch are you using? 2.5.9 seems to work fine, 2.5.4 is > broken. > > > > Duncan > Version is 2.5.4 looks like I need to get a new version of patch. Evan ---

Re: [Freevo-devel] TuxnTosh file rename

2008-04-27 Thread Duncan Webb
Evan Hisey wrote: >> > > The problem is that diffs work fine, but the patch command does not >> > > handled spaces. This turned out to be a known limitation of the patch >> > > command. It is refered to as the Unusual Filename problem. If you can >> > > apply patches by SVN then that migh

Re: [Freevo-devel] TuxnTosh file rename

2008-04-27 Thread Evan Hisey
> > > The problem is that diffs work fine, but the patch command does not > > > handled spaces. This turned out to be a known limitation of the patch > > > command. It is refered to as the Unusual Filename problem. If you can > > > apply patches by SVN then that might work but I am unawar

Re: [Freevo-devel] TuxnTosh file rename

2008-04-25 Thread Evan Hisey
> >> > >> I don't think that spaces should be a problem, after a little test. > >> > >> To generate a patch the simplest way is to use svn diff, so you can cd > >> to the freevo directory and type: > >> > >> svn diff src/skins share/ > my-patch.patch > >> > >> If you want to include a

Re: [Freevo-devel] TuxnTosh file rename

2008-04-25 Thread Duncan Webb
On 25/04/2008 15:18, Evan Hisey said the following: > On Fri, Apr 25, 2008 at 12:24 AM, Duncan Webb <[EMAIL PROTECTED]> wrote: >> On 23/04/2008 22:11, Evan Hisey said the following: >> >> >>> On Wed, Apr 23, 2008 at 12:18 AM, Duncan Webb <[EMAIL PROTECTED]> wrote: >> >> On 23/04/2008 06:50, Evan H

Re: [Freevo-devel] TuxnTosh file rename

2008-04-25 Thread Evan Hisey
On Fri, Apr 25, 2008 at 12:24 AM, Duncan Webb <[EMAIL PROTECTED]> wrote: > On 23/04/2008 22:11, Evan Hisey said the following: > > > > On Wed, Apr 23, 2008 at 12:18 AM, Duncan Webb <[EMAIL PROTECTED]> wrote: > >> On 23/04/2008 06:50, Evan Hisey said the following: > >> > >> > >>> Duncan- > >>

Re: [Freevo-devel] TuxnTosh file rename

2008-04-24 Thread Duncan Webb
On 23/04/2008 22:11, Evan Hisey said the following: > On Wed, Apr 23, 2008 at 12:18 AM, Duncan Webb <[EMAIL PROTECTED]> wrote: >> On 23/04/2008 06:50, Evan Hisey said the following: >> >> >>> Duncan- >> >Would it be possible for you to rename the Tux'n Tosh TV .fxd and >> > .png to TuxnToshT

Re: [Freevo-devel] TuxnTosh file rename

2008-04-23 Thread Evan Hisey
On Wed, Apr 23, 2008 at 12:18 AM, Duncan Webb <[EMAIL PROTECTED]> wrote: > On 23/04/2008 06:50, Evan Hisey said the following: > > > > Duncan- > >Would it be possible for you to rename the Tux'n Tosh TV .fxd and > > .png to TuxnToshTV? I can not find a way around the problem of trying > > t

Re: [Freevo-devel] TuxnTosh file rename

2008-04-22 Thread Duncan Webb
On 23/04/2008 06:50, Evan Hisey said the following: > Duncan- >Would it be possible for you to rename the Tux'n Tosh TV .fxd and > .png to TuxnToshTV? I can not find a way around the problem of trying > to patch a file with spaces in the name. This will make it lot easier > to make patches to

[Freevo-devel] TuxnTosh file rename

2008-04-22 Thread Evan Hisey
Duncan- Would it be possible for you to rename the Tux'n Tosh TV .fxd and .png to TuxnToshTV? I can not find a way around the problem of trying to patch a file with spaces in the name. This will make it lot easier to make patches to update teh TuxnTosh theme. Evan