开发者

Help setting up Bazaar Explorer between my VS2008 working directory and my dev web server

All I want to do is setup it up, so that after I make changes in VS2008 (local machine), I send those changes to the dev server. 开发者_JS百科Also, I would like it so my other coworkers can do the same. But I don't seem to be able to get this working.

Please help!


  1. Make a repository, and a branch within it, on the central server.

  2. Make a lightweight checkout of that branch on your local machine.

  3. Make changes in the branch, add new files, and commit.

  4. Other developers can run update to get your changes.

Now you basically have the same centralized model you would have had under svn or cvs, but with better ui and merging, and the ability to do distributed work in future.

See also http://doc.bazaar.canonical.com/latest/en/tutorials/centralized_workflow.html

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜