delinquentme | I have a file under VC... which I deleted... but the right version was there in the last commit | 00:53 |
---|---|---|
delinquentme | at current $bzr status ... its listed under removed | 00:54 |
delinquentme | how can I get it back | 00:54 |
Guest1177 | delinquentme: try 'bzr revert FILE' | 01:06 |
delinquentme | yeah got it | 01:07 |
delinquentme | so do I have to commit changes to .bzrignore before they're reflected in bzr status? | 01:08 |
* Guest1177 has only very basic knowledge about Bazaar | 01:09 | |
jelmer | delinquentme: no | 01:10 |
jelmer | delinquentme: .bzrignore isn't used if you explicitly specify a filename to 'bzr add' or 'bzr revert' | 01:11 |
jelmer | it's just used by 'bzr status' to determine what files to list as unknown, and by 'bzr add' (without arguments) to determine what files to add | 01:11 |
delinquentme | bzr shelve ... how get the total number of shelve operations shelved | 01:19 |
jelmer | delinquentme: bzr shelf list | 01:32 |
=== yofel_ is now known as yofel | ||
LarstiQ | mortrca: exaxt regex syntax also depends on the engine. Apache uses pcre, and then something like '/(?!robots.txt)' would work | 17:45 |
LarstiQ | mortrca: ?! comes from "negative assertion" in `man pcrepattern` | 17:46 |
=== Guest1177 is now known as Enlik | ||
mortrca | LarstiQ: Do you mean like this? | 18:21 |
mortrca | <LocationMatch "/(?!robots.txt)"> | 18:21 |
mortrca | ProxyPass http://127.0.0.1:8080/ | 18:21 |
mortrca | ProxyPassReverse http://127.0.0.1:8080/ | 18:21 |
mortrca | </LocationMatch> | 18:21 |
mortrca | That is what I have currently, but it isn't passing any requests to 127.0.0.1:8080 | 18:22 |
delinquentme | removing a file from bzr version control... but NOT deleteing it? | 18:42 |
lifeless | delinquentme: bzr rm --keep | 19:47 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!