Gentoo Archives: gentoo-alt

From: Peter Ansell <ansell.peter@×××××.com>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] [AIX] subversion failures
Date: Wed, 07 Nov 2007 21:13:23
Message-Id: a1be7e0e0711071313v1b8c5c74o883045b831b5b80@mail.gmail.com
In Reply to: Re: [gentoo-alt] [AIX] subversion failures by Fabian Groffen
1 I suspect at least the cross-platform .svn directories issue is not to
2 blame as it was able to update a file previous to that. The only place
3 that I have heard of where .svn directories conflict with hosts in any
4 way is with ASP.NET web applications, which makes TortoiseSvn on
5 windows use _svn directories instead. Deleting subdirectories followed
6 by updating using the current directories .svn directory as a basis is
7 a common way to restore directories using svn and as such is expected
8 to work if the subdirectory was broken but the parent was not.
9
10 I wonder what ls -la on the files and files/.svn directories would
11 have looked like previous to deleting them. :)
12
13 I get issues like that if I accidently attempt to do svn update using
14 a different user btw. Ie, if I am in a root shell and I do that I have
15 to chown all the directories back to my normal user before svn update
16 works again as the normal user. Did you use the tar -p option by
17 accident?
18
19 Peter
20
21 On 08/11/2007, Fabian Groffen <grobian@g.o> wrote:
22 > On 07-11-2007 20:48:07 +0000, Marshall McMullen wrote:
23 > > WOW, that worked!! After removing the affected broken directory, I had to so
24 > > an "svn cleanup" then a "svn update" and it recreated the valgrind directory.
25 > > I then tried another svn update from the top-level directory, and it bailed
26 > > on another directory. I repeated the process above, and now it seems like
27 > > it's syncing up properly /* crosses fingers */
28 >
29 > That leads me to the following thoughts:
30 > - the snapshot you used is rotten
31 > - the tar program you used to extract the snapshot is rotten
32 > - your filesystem is rotten
33 > - .svn dirs aren't as cross-platform as they look like.
34 > ... eh?
35 >
36 > --
37 > Fabian Groffen
38 > Gentoo on a different level
39 > --
40 > gentoo-alt@g.o mailing list
41 >
42 >
43 --
44 gentoo-alt@g.o mailing list

Replies

Subject Author
Re: [gentoo-alt] [AIX] subversion failures Marshall McMullen <marshall.mcmullen@×××××.com>