Thread overview | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
March 24, 2008 dstress idle? | ||||
---|---|---|---|---|
| ||||
I haven't seen any update to the dstress SVN repository since 2/22. Has anybody heard from Thomas in a while? And can I get access to add new tests? (grin) |
March 25, 2008 Re: dstress idle? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Russell Lewis | Reply to Russell,
> I haven't seen any update to the dstress SVN repository since 2/22.
> Has anybody heard from Thomas in a while?
>
> And can I get access to add new tests? (grin)
>
I haven't updated in a while because there's a utf filename in there that's failing SVN on XP. Any ideas what can be done about that?
|
March 25, 2008 Re: dstress idle? | ||||
---|---|---|---|---|
| ||||
Posted in reply to BCS | BCS wrote: > Reply to Russell, > >> I haven't seen any update to the dstress SVN repository since 2/22. >> Has anybody heard from Thomas in a while? >> >> And can I get access to add new tests? (grin) > > I haven't updated in a while because there's a utf filename in there that's failing SVN on XP. Any ideas what can be done about that? You can do most of the svn commands immediately (that is, the changes are immeidately committed) by using the URL form. I haven't used it ever, myself, but as I recall, you should be able to do something like svn rm http://server/path/file The subversion book (online at subversion.tigris.org) would give you more details. Or better, get a *NIX box. :) Final option: try Cygwin on Windows. I don't know how Cygwin handles utf filenames. What's the file? A casual search through my copy of dstress didn't find it. |
March 25, 2008 Re: dstress idle? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Russell Lewis | Russell Lewis wrote: > > Or better, get a *NIX box. :) > Oddly the XP system is my laptop and I primarily copy it to my nix box at home. If I have a net connection there, I wouldn't have this problem. > > What's the file? A casual search through my copy of dstress didn't find it. I don't rememeber, I'll take another look. |
March 25, 2008 Re: dstress idle? | ||||
---|---|---|---|---|
| ||||
Posted in reply to BCS | BCS wrote:
> Russell Lewis wrote:
>>
>> Or better, get a *NIX box. :)
>
> Oddly the XP system is my laptop and I primarily copy it to my nix box at home. If I have a net connection there, I wouldn't have this problem.
Can I rib you a bit? You have a *nix box at home, but you don't have a net connection? There aren't many people in that situation. :)
|
March 25, 2008 Re: dstress idle? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Russell Lewis | Russell Lewis wrote: > BCS wrote: > >> Russell Lewis wrote: >> >>> >>> Or better, get a *NIX box. :) >> >> >> Oddly the XP system is my laptop and I primarily copy it to my nix box at home. If I have a net connection there, I wouldn't have this problem. > > > Can I rib you a bit? you just did <G> > You have a *nix box at home, but you don't have a net connection? There aren't many people in that situation. :) The best I could afford would be DSL and about 1km away I can get part of a 2.5Gb link. Plus I get more done that way. |
March 25, 2008 Re: dstress idle? | ||||
---|---|---|---|---|
| ||||
Posted in reply to BCS | BCS wrote:
> Reply to Russell,
>
>> I haven't seen any update to the dstress SVN repository since 2/22. Has anybody heard from Thomas in a while?
>>
>> And can I get access to add new tests? (grin)
>>
>
> I haven't updated in a while because there's a utf filename in there that's failing SVN on XP. Any ideas what can be done about that?
Not sure what the equivalent is in XP, unless you're running in a bash shell, in which case it's exactly the same:
export LC_CTYPE=en_US.UTF-8
A quick google search would have found that to.. :)
Later,
Bra
|
March 25, 2008 Re: dstress idle? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Brad Roberts | Brad Roberts wrote:
>
> Not sure what the equivalent is in XP, unless you're running in a bash
TortoiseSVN (no command line x-b )
|
Copyright © 1999-2021 by the D Language Foundation