Never been to TextSnippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)

svk quickstart (See related posts)

I want to mirror the radiant source for local hacking with the fabulous svk

svk mkdir //mirror
svk mkdir //mirror/radiant
svk mirror http://dev.radiantcms.org/svn/radiant/trunk/radiant  //mirror/radiant/trunk
svk sync //mirror/radiant/trunk
svk cp //mirror/radiant/trunk //local/radiant/branches/jamie
svk co //local/radiant/branches/jamie

# use svk commit/sync like normal svn to your local svk depot
# use svk pull to grab new changes from the base repository
# use svk push to send them


Note:
* Capistrano does not support deploying from svk repositories. You need to create a local svn and then smerge things there first... more info here: http://octopod.info/2006/8/19/managing-multiple-local-mephisto-repos-with-svk

You need to create an account or log in to post comments to this site.


Related Posts