Hi Luis, On Mon, May 12, 2008 at 12:07 AM, Luis Sergio Oliveira <[EMAIL PROTECTED]> wrote: <snip> >> http://argouml.tigris.org/svn/argouml/branches/gsoc2008_maurelio1234_profiles/profile/ <snip> > PS: its funny, I thought that SVN checkout of a branch would give me a full > copy of the repository... How do you work with this this way?
Use the regular checkout (or a new regular checkout). If you are using eclipse (and subclipse), right click on argouml-app/src/org/argouml/profile/ and select Team --> Switch to another branch/tag. Put there the url that Michiel sent. If you use the console client, you should use "svn switch". This reduces the code that needs to be downloaded, and is a great way of doing it because it's expected that all the Profiles work will be only inside that package. Hope this helps- > Regards, > > Luis > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Cheers, Christian López Espínola <penyaskito>
