svn - Adding version control to an existing project -


i working on project has grown decent size, , developer. don't use version control, need start.

i want use subversion. best way transfer existing project it?

i have test server use developing new features, transfer files 2 production servers. there tool automate upload test, deployment live servers?

all developed in asp.net using visual studio (if matters)

to expand little on previous answer...

1) create new svn repository
2) commit code you've worked on far it
3) check code out again, create working copy on dev machine
4) work!

it's not hurdle, really.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -