This is the note of how to update files to SVN server
Used for FIT2022-Computer System 2 (Operating system)
svn co SVNADDR/Floder
add and edit the file want to upload
svn add FILENAME
svn commit -m "DESCRIPTION"
DONE!
This is the note of how to update files to SVN server
Used for FIT2022-Computer System 2 (Operating system)
svn co SVNADDR/Floder
add and edit the file want to upload
svn add FILENAME
svn commit -m "DESCRIPTION"
DONE!