Git interactive add [book.git-scm.com]
12:12 AM, 21 Dec 2009 by Jade Rubick Permalink | Comments (0)
PROPFIND request failed when connecting to Subversion using self-issued server certificates - Darrell Norton's Blog [MVP] [codebetter.com]
01:07 PM, 18 Jun 2007 by Jade Rubick Permalink | Comments (0)
Have conflicts, will find
08:23 PM, 30 Apr 2006 by Jade Rubick Permalink | Comments (0)
Starting to dislike Gnu Arch
arch_commit: unable to acquire revision lock (could not rename file.)
tree: /home/safe4all-dev/safe4all-dev
revision: jade@safe4all.org--2005/openacs--dev--5.1.0--patch-11
Tried to get the permissions right, but that wasn't the problem.
The issue is that you need a directory in
/{archives\}/2005/openacs/openacs--dev
/openacs--dev--5.1.0/patch-(highest-number-here)
called ++revision-lock
and a directory under that called
+contents
If that's not there, no dice.
08:19 PM, 30 Apr 2006 by Jade Rubick Permalink | Comments (0)
Mac OS X and Arch: guid and suid bits
After spending about 3 hours looking into it, compiling half the gnu tools from scratch I finally fixed arch on my machine. After I compiled the latest version of tar I noticed that rather then giving an error it simply said 'permission denied'. Doing some more googling it seems that the latest security update for Panther has disallowed the user from setting the setgid bit. It's the only UNIX to do this and the move was praised in some security researcher's blog. By simplysudo tla replay
the problem was resolved.
Arghhhh!
sudo'ing the replay command broke all the tla commands for the normal user but chowning the {arch} directory back to alexk seems to have fixed everything.
10:23 PM, 04 Jun 2005 by Jade Rubick Permalink | Comments (0)
How to have an email for each commit in Arch [lists.gnu.org]
07:13 PM, 27 May 2005 by Jade Rubick Permalink | Comments (0)
Roadmap for Arch 2.0 [www.gnuarch.org]
I'm glad they are paying attention to both Windows and UI issues.
02:11 PM, 12 Jan 2005 by Jade Rubick Permalink | Comments (0)
Unable to acquire revision lock?
arch_commit: unable to acquire revision lock (could not rename file.)
tree: /home/safe4all-staging/safe4all-staging
revision: jade@safe4all.org--2005/openacs--staging--5.1.0--patch-14
The problem was the umask of another user committing to the archive. That set the permissions so I couldn't access them.
I figured out what was going on with help from ddaa and Rotty on #arch. They suggested using strace on the tla commit. That helped diagnose the problem.
Then, to fix it, you have to do this (I had to be root for some reason):
cd /home/safe4all/{archives}/2005/openacs/openacs--staging/openacs--staging--5.1.0/
chmod g+w *
cd patch-13
chmod g+w ++revision-lock/
chmod g+w ++revision-lock/+contents/
Then the commit worked.
11:31 AM, 05 Jan 2005 by Jade Rubick Permalink | Comments (0)
Pristine tree errors.
usb-staging@usbakery:~/usb-staging$ tla changes --diffs
* looking for jader-usbstaging@bread.com--2004/openacs--usb-staging--1.0--patch-12 to compare with
corrupt pristine (failed inode signature validation)
archive: jader-usbstaging@bread.com--2004
revision: openacs--usb-staging--1.0--patch-12
directory /home/usb-staging/usb-staging/{arch}/++pristine-trees/unlocked/openacs/openacs--usb-staging/openacs--usb-staging--1.0/jader-usbstaging@bread.com--2004/openacs--usb-staging--1.0--patch-12
You should remove this pristine from your tree.
The solution, according to johill on #arch, is to delete the {arch}/++pristine-trees directory, and then 'configure a revision library'.
I'm figuring out how to do the latter right now.
02:56 PM, 01 Nov 2004 by Jade Rubick Permalink | Comments (1)
Arch error: PANIC: i/o error in arch_inventory_traversal/is_nested_tree
$ tla changes --diffsThis is pretty frustrating. I thought I could fix it with my .arch_inventory file:
* looking for jader-usb@bread.com--2004/openacs--usb--1.0--patch-1 to compare with
* comparing to jader-usb@bread.com--2004/openacs--usb--1.0--patch-1
PANIC: i/o error in arch_inventory_traversal/is_nested_tree
precious ^supervisor$But it's still not working:
$ tla tree-lintI ended up changing the =tagging-method file. That worked. The .arch_inventory file works for files in the same directory only, I think.
PANIC: i/o error in arch_inventory_traversal/is_nested_tree
06:16 PM, 29 Oct 2004 by Jade Rubick Permalink | Comments (0)
| July 2010 | ||||||
| S | M | T | W | T | F | S |
| 1 | 2 | 3 | ||||
| 4 | 5 | 6 | 7 | 8 | 9 | 10 |
| 11 | 12 | 13 | 14 | 15 | 16 | 17 |
| 18 | 19 | 20 | 21 | 22 | 23 | 24 |
| 25 | 26 | 27 | 28 | 29 | 30 | 31 |