Cannot checkout folder?
Hendy Irawan
gauldong at gmail.com
Sat Aug 11 02:55:28 BST 2007
how do I work on a specific folder in a deep hierarchy?
Do I have to checkout the whole branch/repository?
I got a "bzr: ERROR: Not a branch:
/media/prestige/project/humblia/humblia_humblia/trunk/" trying to
checkout a folder.
ceefour at ojalanow:~/project/humblia$ bzr co --lightweight
humblia_humblia/trunk
bzr: ERROR: Not a branch:
/media/prestige/project/humblia/humblia_humblia/trunk/
ceefour at ojalanow:~/project/humblia$ ls humblia_humblia/
branches/ tags/ trunk/
ceefour at ojalanow:~/project/humblia$ bzr co --lightweight humblia_humblia
workingcopy
ceefour at ojalanow:~/project/humblia$ bzr log -v humblia_humblia/
------------------------------------------------------------
revno: 3
committer: humblia_ceefour
timestamp: Sat 2007-08-11 00:57:48 +0000
message:
Tags created.
added:
tags/
------------------------------------------------------------
revno: 2
committer: humblia_ceefour
timestamp: Sat 2007-08-11 00:57:37 +0000
message:
Created branches.
added:
branches/
------------------------------------------------------------
revno: 1
committer: humblia_ceefour
timestamp: Sat 2007-08-11 00:43:12 +0000
message:
Created trunk.
added:
trunk/
ceefour at ojalanow:~/project/humblia$ bzr log workingcopy/
------------------------------------------------------------
revno: 3
committer: humblia_ceefour
timestamp: Sat 2007-08-11 00:57:48 +0000
message:
Tags created.
------------------------------------------------------------
revno: 2
committer: humblia_ceefour
timestamp: Sat 2007-08-11 00:57:37 +0000
message:
Created branches.
------------------------------------------------------------
revno: 1
committer: humblia_ceefour
timestamp: Sat 2007-08-11 00:43:12 +0000
message:
Created trunk.
ceefour at ojalanow:~/project/humblia$
I thought it because the directory trunk is empty, so I added something
but it still doesn't work: :-(
ceefour at ojalanow:~/project/humblia/workingcopy/trunk$ bzr ci -m 'Import'
added trunk/README
added trunk/Rakefile
added trunk/app
added trunk/app/controllers
added trunk/app/controllers/application.rb
added trunk/app/helpers
added trunk/app/helpers/application_helper.rb
added trunk/app/models
added trunk/app/views
added trunk/app/views/layouts
added trunk/config
added trunk/config/boot.rb
added trunk/config/database.yml
added trunk/config/environment.rb
added trunk/config/environments
added trunk/config/environments/development.rb
added trunk/config/environments/production.rb
added trunk/config/environments/test.rb
added trunk/config/initializers
added trunk/config/initializers/inflections.rb
added trunk/config/initializers/mime_types.rb
added trunk/config/routes.rb
added trunk/db
added trunk/doc
added trunk/doc/README_FOR_APP
added trunk/lib
added trunk/lib/tasks
added trunk/public
added trunk/public/.htaccess
added trunk/public/404.html
added trunk/public/500.html
added trunk/public/dispatch.cgi
added trunk/public/dispatch.fcgi
added trunk/public/dispatch.rb
added trunk/public/favicon.ico
added trunk/public/images
added trunk/public/images/rails.png
added trunk/public/index.html
added trunk/public/javascripts
added trunk/public/javascripts/application.js
added trunk/public/javascripts/controls.js
added trunk/public/javascripts/dragdrop.js
added trunk/public/javascripts/effects.js
added trunk/public/javascripts/prototype.js
added trunk/public/robots.txt
added trunk/public/stylesheets
added trunk/script
added trunk/script/about
added trunk/script/console
added trunk/script/destroy
added trunk/script/generate
added trunk/script/performance
added trunk/script/performance/benchmarker
added trunk/script/performance/profiler
added trunk/script/plugin
added trunk/script/process
added trunk/script/process/inspector
added trunk/script/process/reaper
added trunk/script/process/spawner
added trunk/script/runner
added trunk/script/server
added trunk/vendor
added trunk/vendor/plugins
Committed revision 4.
ceefour at ojalanow:~/project/humblia/workingcopy/trunk$ cd ..
ceefour at ojalanow:~/project/humblia/workingcopy$ cd ..
ceefour at ojalanow:~/project/humblia$ bzr co --lightweight
humblia_humblia/trunk nguk
bzr: ERROR: Not a branch:
/media/prestige/project/humblia/humblia_humblia/trunk/
--
Hendy Irawan
www.hendyirawan.com
More information about the bazaar
mailing list