I recently added the details of my php mvc framework to Sourceforge which can be found here:

https://sourceforge.net/projects/ezphp/

I also added repository:

https://ezphp.svn.sourceforge.net/svnroot/ezphp/

using TotoiseSVN.

Now i want to upload the files of my framework, but there is the option of uploading only single file at Sourceforge which is a headache. How do i upload multiple files or can i use TotoiseSVN for that if yes then how?

Basically the reason why i am uploading my framework there is that other developers from around the globe could participate in the further development of the project.

link|improve this question

79% accept rate
feedback

migrated from stackoverflow.com Feb 17 '10 at 1:53

This question came from our site for professional and enthusiast programmers.

2 Answers

up vote 2 down vote accepted

use the svn import command or the import option in tortise (i assume there is one).

svn import -m "Initial import of framework files" /path/to/local/files https://ezphp.svn.sourceforge.net/svnroot/ezphp/
link|improve this answer
@prodigitalson: thanks i hope that helps, thanks +1 – Sarfraz Ahmed Feb 15 '10 at 17:17
feedback

Like said before, use an SVN client, I suggest Tortoise SVN

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.