Re: video_config() Returning Wrong Information

new topic     » goto parent     » topic index » view thread      » older message » newer message
euphoric said...
mattlewis said...

Sheesh. You people and your crazy turtle crutches. Install a real svn client already. tongue

HAHAHAHA! grin

I like the Turtle commit process because I can double-click on the list of files changed and see exactly what I changed (a diff thingie). When I commit from my Linux server, IT SUXXORZ!!! Is there something I'm missing about the commandline interface for svn ci? smile

Yes. Before committing I typically do:

$ svn st -q 
$ svn diff | less 
The first command shows me which files have changed, been added, deleted, etc. And then I get the diff output from which I can scroll and search. Your server probably has less installed.

Take a look at man less. There's really a lot that it can do beyond being a simple console pager.

Matt

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu