Re: [Module::Build] svk pulling
Status: Beta
Brought to you by:
kwilliams
From: David G. <da...@hy...> - 2006-04-20 18:32:10
|
Ken Williams wrote: >> svk mirror --detach /module-build/mirror >> svk rm /module-build/mirror >> >> The latter might cause problems since you appeared to have merged from >> it. > > Not that I'm aware of, but it's possible. > > After I perform these steps, I can just delete all of > ~/.subversion/module-build , right? Or should I be afraid of that? I'm not sure what that directory holds. > So in this case I probably just want "svk update"? If I want to get > myself up to date in a mirrored copy I do "svk update", and if I'm in a > local copy I do "svk pull"? That's right, though you want "svk update -s" to sync the mirror first before the update. David |