|
[00:53] <delinquentme> I have a file under VC... which I deleted... but the right version was there in the last commit |
|
[00:54] <delinquentme> at current $bzr status ... its listed under removed |
|
[00:54] <delinquentme> how can I get it back |
|
[01:06] <Guest1177> delinquentme: try 'bzr revert FILE' |
|
[01:07] <delinquentme> yeah got it |
|
[01:08] <delinquentme> so do I have to commit changes to .bzrignore before they're reflected in bzr status? |
|
[01:09] * Guest1177 has only very basic knowledge about Bazaar |
|
[01:10] <jelmer> delinquentme: no |
|
[01:11] <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:19] <delinquentme> bzr shelve ... how get the total number of shelve operations shelved |
|
[01:32] <jelmer> delinquentme: bzr shelf list |
|
=== yofel_ is now known as yofel |
|
[17:45] <LarstiQ> mortrca: exaxt regex syntax also depends on the engine. Apache uses pcre, and then something like '/(?!robots.txt)' would work |
|
[17:46] <LarstiQ> mortrca: ?! comes from "negative assertion" in `man pcrepattern` |
|
=== Guest1177 is now known as Enlik |
|
[18:21] <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:22] <mortrca> That is what I have currently, but it isn't passing any requests to 127.0.0.1:8080 |
|
[18:42] <delinquentme> removing a file from bzr version control... but NOT deleteing it? |
|
[19:47] <lifeless> delinquentme: bzr rm --keep |
|
|