English 中文(简体)
Bazaar:我删除了中继名录。 Can 我是另一个项目,还是删除该项目,以便我能够开始?
原标题:Bazaar: I deleted the trunk directory. Can I make another or delete the project so I can start over?

I ve been trying to set up Bazaar for a project I m doing in WAMP. I followed the tutorial here and initialized it as C:/Bazaar/MyProject, and this made a trunk directory. I can t remember exactly what I did, but I switched around a bunch of files on my computer because I couldn t figure out how to set up the project so that I could still run my files on WampServer. Anyway, for some stupid reason I went into the file system and deleted the trunk directory.

Now I can t add any files to my project, and I can t seem to add the trunk back. I can t reinitialize the project because it gives me an error: bzr: ERROR: File exists: u C:/Bazaar/MyProject/.bzr : [Error 183] Cannot create a file when that file already exists: u C:/Bazaar/MyProject/.bzr . How can I re-add the trunk or delete the project? Just making another folder called "trunk" through Windows Explorer didn t work and my Google-fu is failing me.

Bonus question: how should I set up a Bazaar project so I can still test my files on WampServer? Currently no PHP will run unless the file is kept in C:/wamp/www or a subdirectory of it.

最佳回答

The only thing you can do right now is to delete the .bzr folder and reinitialize the whole thing again.

For your second question, just export the source files to the C:/wamp/www folder.

问题回答

暂无回答




相关问题
Tracking Versions, Builds, Revisions, with TortiseSVN

I am the sole developer on a project and have been using tortoiseSVN for quite a while. Now Id like to start getting version information working correctly in the project I.E. show Major Version, Minor ...

Tips on upgrading CVS to git/hg?

We still use CVS, I use git and hg for my personal use though I m still a novice at both, but I realize they re much more modern and better, faster, distributed, etc. It s just everyone is so ...

How to handle different csproj [closed]

I am working in a team of five. We are working on a C# application with five csprojects. The problem is that for each csproject, each of my colleagues has their own ideas on how to reference a DLL; ...

Changing username in SVN+SSH URI on the fly in working copy

I am using SVN+SSH to check out a working copy of repository from an SVN server on which all developers are members of a developer group and have full read/write permissions on the repository ...

How to search for file in subversion server?

Is there a way to search for a file in a subversion repository? Something similar to Unix find command, with which I can find the location of a file in a repository. I know there is svn list, but ...

热门标签