Gentoo Archives: gentoo-portage-dev

From: Fabian Groffen <grobian@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH] Repoman subversion support
Date: Wed, 14 May 2008 15:56:45
Message-Id: 20080514155638.GS16108@gentoo.org
In Reply to: Re: [gentoo-portage-dev] [PATCH] Repoman subversion support by Arfrever Frehtes Taifersar Arahesis
1 On 14-05-2008 16:27:28 +0200, Arfrever Frehtes Taifersar Arahesis wrote:
2 > 2008-05-14 00:32 Marius Mauch <genone@g.o> napisaƂ(a):
3 > > Merged in r10325 with some minor changes (removed the 'svn update' bit
4 > > until someone remembers why exactly it's there
5 >
6 > During committing, only files, which are being committed, are being
7 > updated, so `svn up` is certainly a good idea. Please add it.
8
9 Details here are that the code did this:
10
11 if vcs == "cvs":
12 myf=open(checkdir+"/CVS/Entries","r")
13 if vcs == "svn":
14 myf=os.popen("svn update > /dev/null; svn list")
15
16 genone's remark here refers to this `svn update`, of which I don't
17 recall any more why I added it. All I know is that I think I needed it
18 for some reason to get a correct output of "list". However, I have no
19 proof here, so he removed the svn update, which gives a non-announced
20 possible modification of the local repository.
21
22
23 --
24 Fabian Groffen
25 Gentoo on a different level
26 --
27 gentoo-portage-dev@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-portage-dev] [PATCH] Repoman subversion support Fabian Groffen <grobian@g.o>