| View previous topic :: View next topic |
| Author |
Message |
kullss
Joined: 12 Jan 2010 Posts: 4
|
Posted: Tue Jan 12, 2010 11:32 am Post subject: Subversion - Check out Folder |
|
|
Hi All,
Is it possible to check out entire folder and check in with updates.
Would it work, if the folder has 10 files and updating 5 files while check in. Would all the 10 files will be marked with new subversion or just the modified files on that particular folder.
Thank you very much in advance
Kullss. |
|
| Back to top |
|
andyl
Joined: 03 Nov 2005 Posts: 4881
|
Posted: Wed Jan 13, 2010 12:37 am Post subject: |
|
|
You're confusing "check out" with "lock". They are 2 separate concepts in Subversion. Please read the manual, it explains the 2 terms well.
When you commit, only the changed files are committed. All locks are released unless you specify --keep-locks. |
|
| Back to top |
|
kullss
Joined: 12 Jan 2010 Posts: 4
|
Posted: Fri Jan 15, 2010 9:35 am Post subject: |
|
|
| Ok. thank you for your input |
|
| Back to top |
|
|
View previous topic :: View next topic |