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

link|improve this question

47% accept rate
feedback

3 Answers

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.

link|improve this answer
feedback

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
link|improve this answer
Which binary do you download on the subversion site??? – Malcolm Aug 6 '09 at 6:40
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 Aug 6 '09 at 7:01
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 Aug 6 '09 at 7:23
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.