I find this page very useful in distinguishing which files should be checked in Delphi's Version Control System. Is there a similar page that shows which files in VB.Net should be checked in the repository?
Using Ankhsvn , I didn't have to worry about which files to check, because this tool knows everything.
I would recommend (from bitter experience) not to check
,
, . Visual SourceSafe Visual Studio Team Foundation Server, Visual Studio .
, - VCS, , - :
http://www.codeproject.com/Messages/3645669/Files-in-a-VB-NET-project-to-put-under-Version-con.aspx
http://www.visualstudiodev.com/visual-basic-express-edition/which-files-directories-do-i-need-to-commit-to-version-control-cvs-71894.shtml
Visual SourceSafe ( ): http://msdn.microsoft.com/en-us/library/ms972977.aspx
:
Normally do not add files from the obj or bin directory. These folders store the built exes and intermediate files created by the compiler. You might want to save the built-in EXE or DLL files in VCS, depending on your personal preferences.
Source: https://habr.com/ru/post/1794727/More articles:Organizational Tree Construction Algorithm - c #Alternate Application.Run Winform in Program.cs - c #Real time audio input and output streaming in ios - iosPython: get max pair in list of pairs with min y - pythonEvaluating anonymous functions in a switch statement - anonymous-functionHow to copy DataGridTextColumn style to DataGridTemplateColumn? - silverlightJSF - List of supported browsers - cross-browserAny system for writing code with multiple users in real time, for example, with google public documents? - pythonIs there a way to set a recursive environment variable in Windows? - windowsCakePHP Подключается к БД - mysqlAll Articles