Development

#9329 (Errors in the Practical Symfony Day 1 Tutorial)

You must first sign up to be able to contribute.

Ticket #9329 (new documentation)

Opened 2 years ago

Last modified 2 years ago

Errors in the Practical Symfony Day 1 Tutorial

Reported by: Ptival Assigned to: fabien
Priority: minor Milestone:
Component: jobeet Version: 1.4.0
Keywords: Cc:
Qualification: Unreviewed

Description

http://www.symfony-project.org/jobeet/1_4/Doctrine/en/01

Some commands just don't work:

1) svn pe svn:externals lib/vendor/

svn: 'lib/vendor' is not a working copy

2) symfony http://svn.symfony-project.com/tags/RELEASE_1_4_0 symfony http://svn.symfony-project.com/branches/1.4/

should read:

svn checkout http://svn.symfony-project.com/tags/RELEASE_1_4_0 symfony/ svn checkout http://svn.symfony-project.com/branches/1.4/ symfony/

Notice I also added symfony/ at the end of the command so that the folder name stays consistent with the previous approach.

Change History

01/24/11 19:20:10 changed by fabien

  • type changed from defect to documentation.