OpenCores

FPGA remote slow control via UART 16550

Clone Project
Branch: master
uart_fpga_slow_control
/
documents
/
HowToSVN.txt
50 lines | 1.23 kB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Windows how to manage projects with Tortoise SVN (http://tortoisesvn.net/) 
	

##################
ACCESS repository:

http://opencores.org/ocsvn/uart_fpga_slow_control/uart_fpga_slow_control/

project_name => uart_fpga_slow_control

register with username and password

#########################
ADD new files or folders for the first time:

local on the machine
 -- right click on the file/folder 
   -- TortoiseSVN/Import

#########################
REVISION folders:

local on the machine
 --right click on the folder 
   -- SVN checkout

match destination and source folders 
preferibely with the same name

 E.G: 
     http://opencores.org/ocsvn/uart_fpga_slow_control/uart_fpga_slow_control/trunk/documents
     local_pathE\MyOpenCores\uart_block\documents

better NOT revision single files

########################
COMMIT and UPDATE to/from repository:

commit send files to the repository
update receives files from the repository

########################
ADD new file to the repository:

local on the machine
  -- copy and paste files to a project forlder
  -- right click on the folder and TortoiseSVN/Add
    -- confirm the list of files to be addedd
  -- do a commit