howto use project.

kroiz picture kroiz on Fri 13 Mar, 2009 18:41:11 +0000

Hi
I have a several projects and I am not sure how should I upload them to xp-dev.

I made a repo and a project but using Tortoise I could not see the project as a sub folder of the repo.

Am I assuming correct that I should see it as a subfolder?

Good day.

Forum Topic Options

rs picture

rs on Sat 14 Mar, 2009

Try following these instructions and see if it solves your problem.

If it does not, do give a shout on where you’re stuck

Hadas picture

Hadas on Sat 14 Mar, 2009

My projects are currently not under any revision control.
My svn client does not have a dump function.
Or is it called export?

rs picture

rs on Sat 14 Mar, 2009

@Hadas, if they’re not in version control, just do a subversion checkout and then just add your files to the checkout directory.

You will need to commit your changes otherwise it won’t be saved on xp-dev.com

Hadas picture

Hadas on Sat 14 Mar, 2009

I created a repo called hadas and under it a project mop.
When I try to do “SVN checkout” I get the following error:
"URL 'https://svn.xp-dev.com/svn/Hadas-hadas/mop' doesn’t exist"

I am able to load the files to the repo but not under the project.
Is there something I am missing?

rs picture

rs on Sun 15 Mar, 2009

You’ll need to checkout https://svn.xp-dev.com/svn/Hadas-hadas first and then create a new directory called mop in the checkout directory thats on your computer. Commit that new directory called mop and you should be on your way

You do not have sufficient permissions to comment