␡
- Subversion: A Great Product
- Repository and Working Copy
- Creating the Repository
- Creating a Share and Mapping a Network Drive
- Structure of the Working Copy
- Checking Files In and Out of the Repository
- Getting Other Peoples Changes
- Adding New Files
- Getting Change Differences for a File
- Getting Information About a File
- Backing up Subversion Repositories
- Conclusion
Like this article? We recommend
Adding New Files
A common requirement is adding new files to your working copy. Again, this is simple; you just execute the following command:
svn add filename
This command schedules the indicated file for addition to the repository when next you do a commit. Other users can then pick up the new file(s) via the update command.