-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
23 lines (15 loc) · 794 Bytes
/
Copy pathreadme.txt
File metadata and controls
23 lines (15 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Please use this repository wisely.
Check in frequently.
Do not check in binary files or files generated by the compiler or tools.
Please do not delete files. Instead update them.
If you delete a file, there are two problems.
1. svn does not really delete it internally, it is still there.
2. If you delete a file and recreate content with same file name
(instead of simply updating the file), you lose track of the change history.
If you want to move a file, don't delete and recreate. Instead use svn mv
command.
Do not name files with space in their names (for example use SomeFile
instead of Some File).
If you are not sure about something, please ask Venkat for help.
Go ahead, try out your new repository, create a file, check it in, ask
your pair to modify and check it back in.