tags:

views:

36

answers:

3

Hi,

I found this site that has a link to a .Net project.

The link is to a folder structure.

How do I down load this project without SVN??

Is it specific SVN??

http://svn2.assembla.com/svn/nbdn_web_store/

Source Code

A: 

install subversion and check out the file with e.g. the command

svn co http://svn2.assembla.com/svn/nbdn_web_store/trunk/ ndbn_web_store
nos
Which binary do you download on the subversion site???
Malcolm
I ran the command so where do the files go when you do that??? All Iwant to do is look at the project not find out how SVN works.
Malcolm
it places it in the ndbn_web_store\ folder from wherever you ran the command from. Run it from a command window so you know where the working directory is.
nos
+1  A: 

I would say that either you install svn (which is not a huge install), or you have a lot of clicking to do when you download each file separately using your web browser. Can't see any other alternatives, really.

Fredrik Mörk
A: 

First of all, I agree that installing svn is a good option.

If you don't want to do that (and don't like clicking tons of links to download each file) you can use an offline browser such as this one recommended by CNET

Eric J.