/srv/irclogs.ubuntu.com/2013/06/13/#bzr.txt

=== thumper is now known as thumper-afk
=== thumper-afk is now known as thumper
jave_hello08:05
jave_is ploblematic to use non-ascii in commiter name?08:06
jave_I'm experiencing the issue here:08:10
jave_https://github.com/felipec/git/issues/3808:10
=== mmrazik is now known as mmrazik|lunch
=== mmrazik|lunch is now known as mmrazik
LarstiQjave_: nafaik12:24
LarstiQjave_: I'd suspect it is git-remote-bzr where the problem is12:25
jave_LarstiQ: ok, I delved some more and there seems to be some unicode/ascii conversion issue with git-remote-bzr12:27
* LarstiQ nods12:34
LarstiQjave_: that sounds plausible12:34
=== wedgwood_away is now known as wedgwood
=== mmrazik is now known as mmrazik|afk
=== iBasic is now known as BasicOSX
tuvis this the official irc channel for bzr?22:46
tuvi pulled from a different branch, and now everytime i 'bzr update', i get 'bzr: ERROR: [Errno 1] Operation not permitted:...' for some (arbitrary, afaict) file. I rm the file, update again, and I get the same error for another file!22:47
tuvwhat could be causing this?22:47
tuvif I don't rm the file, and update again, I get the same error for the same last file22:48
tuvit's a huge repository, so if this goes on, it could take a while22:48
tuvreiserfs22:52
fullermderrno 1 is (on my system anyway, but that low is probably common) EPERM, which would fit.  But I can't think of any way on its own bzr could have put things in an EPERMish way.22:54
fullermdThe files are writable by $YOU?22:54
tuvyes. i'm rm'ing them. i can revert them too22:56
fullermdrm'ing wouldn't prove it, since you don't need write on a file (or any perms, for that matter) to delete it.22:56
fullermdAnd revert would be the same, since it doesn't strictly speaking edit the file; it rm's it too.22:56
tuvi don't own them, but i belong to the files' group, and they have write access for group22:56
fullermdBut doing an update would, so that's the salient difference...22:57
tuvok.. trying to edit a file22:57
fullermd(rm'ing a file requires you have write perms to the directory the file is in; the files perms are irrelevant.  Hence why /tmp requires the sticky bit)22:57
tuvi can edit them22:58
tuvit seems all the problematic files have their permissions changed (-x)22:59
fullermdMmm.  Well, bzr should be able to edit them on your behalf, then...22:59
tuvit's having difficulty chmod'ing them, it seems22:59
fullermdThat could be.  Can't chmod a file you don't own.22:59
tuvah23:00
tuvright. that seems to be it23:02
tuvi'm trying to manage the repository as a different user than the one using it23:03
tuvapparently it's not working23:03
fullermdYeah.  Always tricky.23:04
tuvchown.. update completes without errors :)23:04
fullermdWith BSD fs semantics (or SysV and use of g+s), you can usually manage to pull it off, but dark corners like that require manual work...23:04
tuvhow do i make sure i have a certain revision id checked out in my working tree?23:11
tuvrevno was giving the revision no. although the update to that rev was not complete23:12
fullermdrevno tells you the revno of the head of the branch; revno --tree tells you what the working tree considers itself at.23:12
tuvand do i have to use another command to resolve the revno to revision id?23:13
fullermdThere's a revision-info command that shows both (and it has a --tree as well)23:15
tuvnice. does it detect a dirty tree?23:16
fullermdDon't think it says anything about that.  version-info can.23:17
=== wedgwood is now known as wedgwood_away

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!