using Subversion in web projects

orengolan

New member
using Subversion in web projects

(i asked this question in .net forum) we found the Subversion (and it's cool GUI - Tortoise) really helpfull with Winform apps and classic vb6 code, but weren't much succefull with classic asp and asp.net - our developers hated the fact that the need to comment each time after change of the code. do anyone have any experience with Subversion and web projects?​
 

galh

New member
מה הקשר?

יש לכם מתכנתים מטומטמים אם הם לא מבינים את הערך של ההערות בשלב ה- commit. הבעיה תשאר גם אם תעבדו עם מוצר אחר או סביבת פיתוח שונה. לעניין, אני לא זוכר ש- SVN מחייב להוסיף הערה בכל commit. יכול להיות שזו הגדרה של ה- repository או של ה- tortoise שאפשר לשנות?
 

orengolan

New member
i'll explain myself better now

i was not clear enought in my last post. subversion requirs u to commit (not comment, as i mistakenly used) outside the development environment (unless u r usind AnkhSVN add in, which is not relevant to classic asp). you have to open your windows explorer, right click the folder of your project and choose 'commit'. you'r doing it for each change of your code, the problem is when u have a lot of small changed (for example, when working with GUI elements) it is irritating and slows down the work.​
 

galh

New member
לדעתי זה שטויות.

אתה עומד על המחיצה, בוחר לעשות commit והוא מוצא לך את _כל_ הקבצים שהשתנו. איך זה שונה מעבודה על פרוייקט ב- ++C שהוספת קוד יכולה לקרוא במספר גדול של קבצים?
 

ייוניי

New member
אתה לא חייב לעשות commit

אחרי כל שינוי קטן. חכה עד שתסיים לעשות שינוי משמעותי בתוכנה(/אתר) ואז בצע commit. הרי אתר web הוא רכיב תוכנה לכל דבר וכל רכיב שמכיל קבצי מקור (וגם קבצים אחרים) יכול להנות מניהול תצורה שמקל מאוד על פיתוח בצוות, ניהול באגים ותחזוקה של גרסאות מרובות. SVN אולי לא מתאים לכל אחד אבל זה כבר עניין אישי - אם האלטרנטיבה היא לא לנהל תצורה זה נשמע לי קצת מוזר...
 
למעלה