On Thu, Feb 11, 2010 at 6:13 AM, Pierre Schmitz <[email protected]> wrote: > Am Donnerstag, 11. Februar 2010 12:26:38 schrieb Ionut Biru: >> the point was to use the same command on every svn-packages directory. >> >> basically i do svn co -N $gerolde/svn-packages and for community svn co >> -N $aur/svn-packages and i can do archco in both directories. But if it >> wasn't meant to be like that, revert it. > > Quoting myself: >> This reverts commit 0346db0ff79254e720d2da84ba60172fce8d1b76. >> >> This commit changed the expected behaviour of archco and truned it into a >> more complex alias of "svn up <package>". > > We might still want to rethink the whole archco stuff as it's not ideal atm; > especially if you checkout more than one package.
The bare checkout is definitely the way I've had most success with. `svn co --depth=empty` I think it is on the root of the packages/ tree you want, and then just `svn up pkgname` inside to start tracking files for that packge. -Dan

