public inbox for gentoo-osx@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-osx] Re: Prefix tree locaiton
@ 2006-08-17 17:25 Armando Di Cianno
  2006-08-17 19:18 ` Grobian
  0 siblings, 1 reply; 10+ messages in thread
From: Armando Di Cianno @ 2006-08-17 17:25 UTC (permalink / raw
  To: gentoo-osx

[-- Attachment #1: Type: text/plain, Size: 1489 bytes --]

Hi, all.  I've just subscribed to the list, after chatting with  
people on #gentoo-osx.  I'm *fervently* excited about getting portage- 
prefix on gentoo-osx to a stable level.  IMHO, fink has had it's  
glory days, and darwinports seems both stable, and incredibly  
terrible at the same time.

I'm using gmane to respond to this, so please excuse breaking the  
conversation formatting.

 > So, not being too much familiar with the plethora of VCSes around
 > and their capabilities, do you have an idea of how you can easily
 > pull the svn tree and keep your own changes in there, submitting
 > patches every now and then to include them on the main tree?

If you have a local svn trunk that looks like
  trunk/Adir
  trunk/Bdir
  trunk/Cdir
then you can do something like the following:
  cd trunk
  svn propedit svn:externals A
  (editor opens)
  dir-name-that-will-be-created-in-Adir svn://gentoo.org/svn/portage/ 
trunk
  (save, close editor)
  svn update
  ls Adir
  ./Adir/dir-name-that-will-be-created-in-Adir
... and the code in that external trunk will be in that named  
directory inside Adir.

What this /doesn't/ let you do is commit back to the external (unless  
you actually had authenticated access).  But, gratuitous use of svn  
diff could be used to submit patches.

Conceivably, this method could also be used to host a prefix-enabled  
portage ebuild tree, that we /could/ submit back to, and then  
"official" devs could update the diffs themselves.

__armando


[-- Attachment #2: Type: text/html, Size: 7534 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2006-09-06  9:20 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-17 17:25 [gentoo-osx] Re: Prefix tree locaiton Armando Di Cianno
2006-08-17 19:18 ` Grobian
2006-08-17 20:05   ` Christopher Chan
2006-08-18 15:43   ` Armando Di Cianno
2006-08-18 15:56     ` Grobian
2006-08-18 16:03       ` Armando Di Cianno
2006-08-24 20:19         ` Grobian
2006-08-25 20:50           ` Christopher Chan
2006-08-26  8:03             ` Grobian
2006-09-06  9:20               ` Grobian

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox