reset password
Author Message
praweena
Posts: 6
Posted 12:37 May 04, 2009 |

Dear sir,

First time I missed the 3rd screen

The New Project Wizard consists of several steps:

  • In Screen 1 (Select a Wizard), select Dynamic Web Project.
  • In Screen 2 (Dynamic Web Project), enter csns as the name for the project. You may also need to create a new Target Runtime if you don't already have one.
  • In Screen 3 (Web Module), change Content Directory to web, uncheck Generate Deployment Descriptor, then click Finis

and now I think my workspace are really massive.

I would like to re-do all steps again . How can I check out the original repository ?

 

Best regards,

Praweena

cysun
Posts: 2935
Posted 14:14 May 04, 2009 |

You probably checked out the whole repository instead of just "trunk". Also you should delete files like .project from the repository if they are there.

To check out the original repository, simply choose revision 1 when you check out. If you use Subclipse, uncheck "Check out HEAD revision" during check out, then select Revision: 1.

It not a good idea though to just check out an earlier revision, because you won't be able to commit changes back. You should revert back to an earlier revision (if necessary). See http://sun.calstatela.edu/csns/forum/viewTopic.html?topicId=2097635 for details.

praweena
Posts: 6
Posted 14:16 May 04, 2009 |

Thank you very much sir.