Jump to content
  • 0

Question : TI akrivws einai to TimeLine enws project pws xrhsimopoieite


Question

4 answers to this question

Recommended Posts

  • 0
Posted

To timeline dixnei ta updates pou kanei to kathe project. Gia paradeigma kathe fix kai genika kathe edit pou ginete sto Datapack ala kai sto Core tou Project mpenei sto timeline.

An thes na min svistoun, deksi click team, update.

  • 0
Posted

kai ta kanei automata?

 

Και βέβαια όχι πρέπει να κάνει κάποιος από την ομάδα commit για να μπουν στο timeline.

  • 0
Posted

Όταν κάνεις svn update ( team --> update ) τραβάει από το repository στο οποίο είναι συνδεδεμένο το project σου όλα τα revisions που δεν έχεις και απευθύνονται στο update. Αυτό δεν σημαίνει οτι όλα θα πάνε καλά. Για παράδειγμα :

 

public int getX()

{

  return x;

}

 

Αν αυτό εσύ το κάνεις

 

public int getX()

{

  return 2*x;

}

 

και σε ένα revision το έχουν κάνει

 

public int getX()

{

  return x^2;

}

 

τότε το revision θα ψάχνει να βρει την αρχική μορφή για να κάνει την αλλαγή. Δεν θα τη βρει όμως γιατί εσύ άλλαξες τον κώδικα οπότε θα κάνει conflict. Και επειδή το svn δεν έχει force στο update, το update στο σημείο αυτό δεν θα γίνει.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...