␡
- 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
Getting Other Peoples’ Changes
Now, let’s assume that some changes have been made by one of the programmers to files in the "guicode" folder. You want to get these changes reflected in your working copy, so you execute this command:
svn update file:///y:/repo/trunk/guicode .