[Catalyst] Checking out sources with svk?
J. Shirley
jshirley at gmail.com
Sun Aug 3 15:36:26 BST 2008
On Sun, Aug 3, 2008 at 5:17 AM, Matt S Trout <dbix-class at trout.me.uk> wrote:
> On Sat, Aug 02, 2008 at 06:05:43AM -0700, Dr. Jennifer Nussbaum wrote:
>> Hi,
>>
>> Im trying to check out the Catalyst sources using svk on a Debian system. The wiki says that the sources are at http://dev.catalystframework.org/svnweb/Catalyst so i took the svk advice from the Advent Calender to try to do this:
>
> No, the /svnweb/ URL is an SVN::Web human-readable repo view, not something
> you can point svn/svk at. That's a source -browser-, not a checkout URL.
>
>> $ svk mirror http://dev.catalyst.perl.org/repos/Catalyst //mirror/Catalyst
>> $ svk sync -r HEAD //mirror/Catalyst
>> $ svk co //mirror/Catalyst
>>
>> but in the first line i used http://dev.catalystframework.org/svnweb/Catalyst
>> instead.
>
> Which isn't going to work. Follow the -actual- instructions in the Advent
> Calendar entry without replacing the perfectly working URL it supplies with
> one that doesn't, please :)
>
> --
> Matt S Trout Need help with your Catalyst or DBIx::Class project?
> Technical Director http://www.shadowcat.co.uk/catalyst/
> Shadowcat Systems Ltd. Want a managed development or deployment platform?
> http://chainsawblues.vox.com/ http://www.shadowcat.co.uk/servers/
>
> _______________________________________________
> List: Catalyst at lists.scsys.co.uk
> Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
> Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
> Dev site: http://dev.catalyst.perl.org/
>
Unfortunately she's right.
The Advent says:
$ svk mirror http://dev.catalyst.perl.org/repos/Catalyst //mirror/Catalyst
$ svk sync -r HEAD //mirror/Catalyst
$ svk co //mirror/Catalyst
Which is what she had, and svk sync -r won't work.
The wiki isn't much help, either -- it doesn't give any URL but the svnweb path.
And the wiki is not emailing me my damn password so I can fix it.
-J
More information about the Catalyst
mailing list