Monday, March 2, 2009

How to properly checkout xataface from svn command prompt

So to checkout from xataface from the command prompt, you can simply enter the command


svn checkout https://weblite.ca/svn/dataface/core/trunk


This will check everything that was in the trunk folder out and into a trunk folder.. However, if you want to say check it out into another folder you need to provide a parameter. So for example:

svn checkout https://weblite.ca/svn/dataface/core/trunk xataface


This will check everything out into the xataface folder (everything in the trunk folder).

No comments: