English 中文(简体)
Netbeans CVS - existing repo - existing working copy
原标题:

I m using Netbeans to develop with Drupal. I m trying to let Netbeans get drupal core and modules from the repository on drupal.org to my local working copy. Problem is: I already have a working copy that is not versioned yet.

When I try to checkout a copy from drupal.org, Netbeans asks if I want to create a new project - I don t. How can I turn my local copy into a "checked out" working copy?

问题回答

Disclaimer: I have no experience with Netbeans CVS integration, so the following are just assumptions/ideas based on Netbeans handling many things similar to Eclipse. Make sure that you have a working backup of your project before trying any of these.


  1. I would expect Netbeans to have an option to check out into an existing project as well (what happens if you say no when asked to create a new project?).

  2. If there is no option for this, you could try to check out into a new project first and then copy the contents of the new project to your existing project outside of Netbeans with normal file system operations (excluding any Netbeans specific files, but including the CVS folders).

  3. Another option would be to do the checkout outside of Netbeans in the first place, using the command line or some other CVS tool on the file system representation of your project.





相关问题
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 ...

热门标签