{"id":275,"date":"2006-07-12T03:11:31","date_gmt":"2006-07-12T03:11:31","guid":{"rendered":""},"modified":"2007-01-07T18:28:06","modified_gmt":"2007-01-08T02:28:06","slug":"svk-on-fedora-extras","status":"publish","type":"post","link":"https:\/\/znark.com\/blog\/2006\/07\/svk-on-fedora-extras\/","title":{"rendered":"SVK on Fedora Extras"},"content":{"rendered":"<p>Over the weekend, I got the [SVK](http:\/\/svk.elixus.org\/) version control system included in [Fedora Extras](http:\/\/fedoraproject.org\/wiki\/Extras).  It is in the perl-SVK package.  I also packaged up a bunch of its required Perl modules.<\/p>\n<p>I actually used svk for the spec files for the packages.  It was very handy for synchronizing and merging changes between home and work using the repository at my ISP.  My repository doesn&#8217;t allow public changes but you can work the same way with any Subversion repository.<\/p>\n<p>Setup the mirror:<\/p>\n<p>    svk mirror http:\/\/znark.com\/svn\/repos \/\/mirror\/znark<\/p>\n<p>Sync the mirror to the svk depot.<\/p>\n<p>    svk sync \/\/mirror\/znark<\/p>\n<p>Copy the mirror to local directory<\/p>\n<p>    svk copy \/\/mirror\/znark\/cpanbuild \/\/cpanbuild<\/p>\n<p>Checkout the local directory<\/p>\n<p>    svk co \/\/cpanbuild<br \/>\n    cd cpanbuild<\/p>\n<p>Make some changes and commit:<\/p>\n<p>    svk ci<\/p>\n<p>Push the changes to the repository:<\/p>\n<p>    svk push<\/p>\n<p>At another location, or after somebody else has made changes, I can do:<\/p>\n<p>    svk sync \/\/mirror\/znark<br \/>\n    svk pull<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Over the weekend, I got the [SVK](http:\/\/svk.elixus.org\/) version control system included in [Fedora Extras](http:\/\/fedoraproject.org\/wiki\/Extras). It is in the perl-SVK package. I also packaged up a bunch of its required Perl modules. I actually used svk for the spec files for the packages. It was very handy for synchronizing and merging changes between home and work [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[62,57,53],"tags":[],"class_list":["post-275","post","type-post","status-publish","format-standard","hentry","category-fedora","category-linux","category-perl"],"_links":{"self":[{"href":"https:\/\/znark.com\/blog\/wp-json\/wp\/v2\/posts\/275","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/znark.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/znark.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/znark.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/znark.com\/blog\/wp-json\/wp\/v2\/comments?post=275"}],"version-history":[{"count":0,"href":"https:\/\/znark.com\/blog\/wp-json\/wp\/v2\/posts\/275\/revisions"}],"wp:attachment":[{"href":"https:\/\/znark.com\/blog\/wp-json\/wp\/v2\/media?parent=275"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/znark.com\/blog\/wp-json\/wp\/v2\/categories?post=275"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/znark.com\/blog\/wp-json\/wp\/v2\/tags?post=275"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}