Click here to Skip to main content
15,899,314 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Files in a VB.NET project to put under Version control Pin
cages26-Oct-10 10:20
cages26-Oct-10 10:20 
AnswerRe: Files in a VB.NET project to put under Version control Pin
Gregory Gadow25-Oct-10 11:08
Gregory Gadow25-Oct-10 11:08 
GeneralRe: Files in a VB.NET project to put under Version control Pin
AspDotNetDev25-Oct-10 11:21
protectorAspDotNetDev25-Oct-10 11:21 
GeneralRe: Files in a VB.NET project to put under Version control Pin
DaveAuld25-Oct-10 11:33
professionalDaveAuld25-Oct-10 11:33 
GeneralRe: Files in a VB.NET project to put under Version control Pin
Abrojus27-Oct-10 2:50
Abrojus27-Oct-10 2:50 
GeneralRe: Files in a VB.NET project to put under Version control Pin
Dell.Simmons27-Oct-10 6:07
Dell.Simmons27-Oct-10 6:07 
GeneralRe: Files in a VB.NET project to put under Version control Pin
Kenneth Kasajian27-Oct-10 10:26
Kenneth Kasajian27-Oct-10 10:26 
AnswerRe: Files in a VB.NET project to put under Version control Pin
Stonkie26-Oct-10 19:22
Stonkie26-Oct-10 19:22 
No need to filter out, you can put everything on the share directory! j/k :p

VisualSvn is great for that, it's a shame you can't use it.

In C#, you should ignore these (maybe VB.NET has more?)
- Solution.suo which contains "solution user options"
- Project/bin/ which contains your builds
- Project/obj/ which contains temporary files for your builds

Also, the typical SVN structure is to have your application files within the "trunk" sub directory. This is useful so you can have another root directory for documentation, installer files, etc. and so you can have branches and tags directories too.

On the other hand, I've just switched to "distributed version control", namely Mercurial with TortoiseHg and I strongly recommend everyione that they look into it. I won't try to sell it to you (it's free D'Oh! | :doh: ), but if you're changing for a version control system, it probably is the best time for you to evaluate it. Even if you don't go for it, it will help you understand the version control concept in general. And there are many advantages to Mercurial like local commits/branches and a "real" tag feature.

Here's an article I read recently (thanks to the CodeProject daily newsletter) about structuring a Git repository (it's the same as Mercurial, but it was designed by some operating system inventor or whatever Wink | ;) ) : http://nvie.com/posts/a-successful-git-branching-model/?[^]
GeneralRe: Files in a VB.NET project to put under Version control Pin
AdamEcc26-Oct-10 23:39
AdamEcc26-Oct-10 23:39 
GeneralRe: Files in a VB.NET project to put under Version control Pin
p51dfltln27-Oct-10 4:42
p51dfltln27-Oct-10 4:42 
GeneralRe: Files in a VB.NET project to put under Version control Pin
Stonkie27-Oct-10 15:30
Stonkie27-Oct-10 15:30 
AnswerRe: Files in a VB.NET project to put under Version control Pin
R. Erasmus26-Oct-10 21:09
R. Erasmus26-Oct-10 21:09 
AnswerRe: Files in a VB.NET project to put under Version control Pin
tbim27-Oct-10 2:34
tbim27-Oct-10 2:34 
AnswerRe: Files in a VB.NET project to put under Version control Pin
Pete BSC27-Oct-10 3:21
Pete BSC27-Oct-10 3:21 
AnswerRe: Files in a VB.NET project to put under Version control Pin
Peter Trevor27-Oct-10 6:47
Peter Trevor27-Oct-10 6:47 
GeneralRe: Files in a VB.NET project to put under Version control Pin
jschell27-Oct-10 8:26
jschell27-Oct-10 8:26 
GeneralRe: Files in a VB.NET project to put under Version control Pin
Peter Trevor27-Oct-10 9:07
Peter Trevor27-Oct-10 9:07 
AnswerRe: Files in a VB.NET project to put under Version control Pin
CDMTJX27-Oct-10 8:25
CDMTJX27-Oct-10 8:25 
GeneralRe: Files in a VB.NET project to put under Version control Pin
Peter Trevor27-Oct-10 9:15
Peter Trevor27-Oct-10 9:15 
GeneralRe: Files in a VB.NET project to put under Version control Pin
CDMTJX27-Oct-10 9:21
CDMTJX27-Oct-10 9:21 
Questionhow to make a xml shared in different Forms? Pin
sanyexian25-Oct-10 0:19
sanyexian25-Oct-10 0:19 
AnswerRe: how to make a xml shared in different Forms? Pin
Gregory Gadow25-Oct-10 5:27
Gregory Gadow25-Oct-10 5:27 
GeneralRe: how to make a xml shared in different Forms? Pin
sanyexian25-Oct-10 15:34
sanyexian25-Oct-10 15:34 
Questionhow to plot line graph Pin
kun8524-Oct-10 22:26
kun8524-Oct-10 22:26 
AnswerRe: how to plot line graph Pin
Andy_L_J25-Oct-10 0:29
Andy_L_J25-Oct-10 0:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.