Changes between Version 36 and Version 37 of Developers/SVN_QuickReference
- Timestamp:
- 2018-06-04T19:38:06+02:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Developers/SVN_QuickReference
v36 v37 1 = '''Working with SVN and tickets'''1 = '''Working with SVN''' 2 2 3 3 [[PageOutline(2-3)]] … … 5 5 Last edited at '''[[Wikinfo(changed_ts)]]''' by '''[[Wikinfo(changed_by)]]''' 6 6 7 == Request write permissions to the repository 8 9 First and foremost, if you don't already have a user account then you have to '''[/register create it]'''. 10 11 {{{#!td 12 === For NEMO consortium members 13 14 If you have a user account or had a developer account before, see with your local NEMO Officer. 15 16 {{{#!td 17 18 {{{#!SQLTable 19 20 SELECT value AS "Name" FROM session_attribute 21 WHERE name IN ('name') AND sid IN (SELECT sid FROM session_attribute WHERE name = 'role' AND value = 'Officer') 22 23 }}} 24 25 }}} 26 {{{#!td 27 28 {{{#!SQLTable 29 30 SELECT value AS "Office" FROM session_attribute 31 WHERE sid IN (SELECT sid FROM session_attribute WHERE name = 'role' AND value = 'Officer') AND name = 'office' 32 33 }}} 34 35 }}} 36 37 }}} 38 {{{#!td 39 === For external users 40 41 Submit your contribution to the NEMO System Team by creating a [/newticket?type=Enhancement ticket] where you will present your proposal.\\ 42 Keep in mind that, despite the help we can offer, a certain amount of work from you will be need to implement your developments into the source code. 43 }}} 44 == Document your developments before coding 45 46 Follow the procedure described at wiki:Developers/DevelopingCodeChanges 47 48 == Howtos with SVN 7 == '''Howtos with SVN''' 49 8 50 9 === Create a new routine