bbv theme project + svn tutorial

Post on 12-May-2015

755 Views

Category:

Technology

1 Downloads

Preview:

Click to see full reader

DESCRIPTION

Ketiban pulung jadi project manager BBV theme. Sedikit introduksi/konsep plus pengenalan subversion di Google code.

TRANSCRIPT

   

http

://w

ww

.flic

kr.c

om/p

hoto

s/ky

mbe

rlyan

ne/2

9133

3284

9/ht

tp://

ww

w.fl

ickr

.com

/pho

tos/

kym

berly

anne

/291

3332

849/

Wordpresslayout

project

   

http

://w

ww

.flic

kr.c

om/p

hoto

s/sh

eriff

of0/

3001

6929

51/

http

://w

ww

.flic

kr.c

om/p

hoto

s/sh

eriff

of0/

3001

6929

51/

basicconcept1

   

Concept & Concept & IdeaIdea     

Bandung Blog Vaganza 2008 were using the famous Bandung Blog Vaganza 2008 were using the famous Arthemia theme (made in Bandung!)Arthemia theme (made in Bandung!)

  BBV is rather like small community, with talented resource BBV is rather like small community, with talented resource → → knowledge based activityknowledge based activity

Ryan: BBV Wordpress Theme ideaRyan: BBV Wordpress Theme idea(teamwork, research, branding(teamwork, research, branding

community contribution)community contribution)  

   

base theme / base theme / reference?reference?ada ide ?ada ide ?

   

unik , fungsional = unik , fungsional = advantageadvantagebelajar dari arthemiabelajar dari arthemia

   

looks & looks & feels?feels?retro? futuristik? clean?retro? futuristik? clean?

   

khusus komunitas blog?khusus komunitas blog?simple (company) profile?simple (company) profile?

three columns?three columns?longtail (buddypress)?longtail (buddypress)?

   

http://code.google.com/p/bbvwpthemehttp://code.google.com/p/bbvwptheme

niwatori@gmail.com niwatori@gmail.com ryan@koesuma.com ryan@koesuma.com 

   

http://flickr.com/photos/cayusa/2896983287/http://flickr.com/photos/cayusa/2896983287/

pengenalansvn2

   

satu project opensourcesatu project opensourceratusan developerratusan developer

... kok bisa ?... kok bisa ?

   

saling tumpuk file?saling tumpuk file?siapa nambah apa?siapa nambah apa?apa diubah kapan?apa diubah kapan?

““eh maap kedelete!”eh maap kedelete!”

   

http

://fli

ckr.c

om/p

hoto

s/ab

solu

tely

_lov

erly

/234

8473

585/

http

://fli

ckr.c

om/p

hoto

s/ab

solu

tely

_lov

erly

/234

8473

585/

subversion (svn)subversion (svn)source code management

   

versioningversioningconcurrent codingconcurrent coding

distributed developmentdistributed developmentcode & coder managementcode & coder management

recall & backuprecall & backupcentral repositorycentral repository

   

http

://fli

ckr.c

om/p

hoto

s/al

icep

opko

rn/2

4195

0925

4/ht

tp://

flick

r.com

/pho

tos/

alic

epop

korn

/241

9509

254/

checkout – commit – updatecheckout – commit – updatemost used svn mantra

   

http

://fli

ckr.c

om/p

hoto

s/57

4028

79@

N00

/171

7022

46/

http

://fli

ckr.c

om/p

hoto

s/57

4028

79@

N00

/171

7022

46/

= code repositoryhttp://code.google.com/p/project

[ dongeng svn ]

   

http

://fli

ckr.c

om/p

hoto

s/57

4028

79@

N00

/171

7022

46/

http

://fli

ckr.c

om/p

hoto

s/57

4028

79@

N00

/171

7022

46/

[ import ]project owner create project repository...

/local_project

/project     /branches     /tags     /trunk

A

A

   

   

http

://fli

ckr.c

om/p

hoto

s/57

4028

79@

N00

/171

7022

46/

http

://fli

ckr.c

om/p

hoto

s/57

4028

79@

N00

/171

7022

46/

[ checkout ]someone download the latest snapshot of code...

/my_project

/project     /branches     /tags     /trunk

A

A

   

svn checkout svn checkout https://https://projectproject.googlecode.com/.googlecode.com/

svn/trunk/ svn/trunk/ my_projectmy_project  ­­username ­­username usernameusername

   

http

://fli

ckr.c

om/p

hoto

s/57

4028

79@

N00

/171

7022

46/

http

://fli

ckr.c

om/p

hoto

s/57

4028

79@

N00

/171

7022

46/

[ checkout ]someone download the latest snapshot of code...

/project_gue

/project     /branches     /tags     /trunk

A

A

   

svn checkout svn checkout https://https://projectproject.googlecode.com/.googlecode.com/

svn/trunk/ svn/trunk/ project_gueproject_gue

   

http

://fli

ckr.c

om/p

hoto

s/57

4028

79@

N00

/171

7022

46/

http

://fli

ckr.c

om/p

hoto

s/57

4028

79@

N00

/171

7022

46/

[ commit ]someone push a new code...

/my_project

/project     /branches     /tags     /trunk

A+B

A+B

   

svn commit ­m “svn commit ­m “pertamax!pertamax!” ” ­­username ­­username usernameusername

   

http

://fli

ckr.c

om/p

hoto

s/57

4028

79@

N00

/171

7022

46/

http

://fli

ckr.c

om/p

hoto

s/57

4028

79@

N00

/171

7022

46/

/project_gue

/project     /branches     /tags     /trunk

   A+B    Rev. 1

A

   

   

http

://fli

ckr.c

om/p

hoto

s/57

4028

79@

N00

/171

7022

46/

http

://fli

ckr.c

om/p

hoto

s/57

4028

79@

N00

/171

7022

46/

[ updates ]someone updates latest update on server...

/project_gue

/project     /branches     /tags     /trunk

   A+B    Rev. 1

   A+B    Rev. 1

   

svn updatesvn update

   

Thank You !

http://www.slideshare.net/niwat0ri

Diki Andeas aka. niwat0riEmail: niwatori@gmail.comWebsite: www.chickenstrip.org 

Credits:Free images taken from www.sxc.huFlickr CreativeCommons licensed image collections (URL at each page)

top related