31 Topics

Member Avatar for
Member Avatar for SCBWV

Question for developers: Do you have a policy, preference, or SOP for dealing with file versioning, date and time stamps, etc.? I see some products where the executable and support files (typically DLLs) all share the same date and time stamp. Sometimes the date and time seem to correlate to …

Member Avatar for Salem
0
49
Member Avatar for Dani

Years and years ago, when I first started coding DaniWeb, I used SVN source control. Eventually I switched to git/Github. Is SVN still popular these days, or does pretty much everyone just use git? A google search told me that git was created by Linux Torvalds way back in 2005 …

Member Avatar for Salem
0
49
Member Avatar for Dani

We just recently completed a crawl space encapsulation project. For those not in the know, it's when your house is built on top of a crawl space with a dirt floor and vents, and we cover that whole thing with foam insulation, a plastic vapor barrier, drainage matting, and a …

Member Avatar for Dani
0
48
Member Avatar for davy_yg

Source Tree - What is source tree for? I already try using this? One question that I am still doubting. Is it safe? ( I am still new user) Thanks in advance.

Member Avatar for davy_yg
0
252
Member Avatar for pro-tek
Member Avatar for DavidB

I am just getting my feet wet with Git and am looking for tutorials for beginners. I am reading through the book, "Version Control with Git" by Jon Loeliger and Matthew McCullough, but am not finding it suitable for a Git virgin. It is written as if the reader is …

Member Avatar for Member #46692
0
398
Member Avatar for arunkumars

Hi all, We are using TortoiseHg(Mercurial) as a sub version control in our project currently, we are now planning to migrate the sub version control to TFS 2013. 1. is this possible without the loss of any revisions that are exisitng. 2. is this possible without the loss of any …

Member Avatar for pritaeas
1
143
Member Avatar for arunkumars

Hi all, We are using TortoiseHg(Mercurial) as a sub version control in our project currently, we are now planning to migrate the sub version control to TFS 2013. 1. is this possible without the loss of any revisions that are exisitng. 2. is this possible without the loss of any …

Member Avatar for arunkumars
0
227
Member Avatar for NardCake

Hello! Since I've encountered things like this (especially recently) I would like to write this post concerning the topic of version control. (NO! Don't leave yet!) ## Why am I writing this? ## So recently by talking to people in various communities and by simply browsing things I find people …

Member Avatar for NardCake
0
866
Member Avatar for somjit{}

i learnt that oneshould only keep source files in GitHub repos. so i deleted a previous repo , one with compiled class files , etc to create a new repo. i pushed all my Source files there. all OK. BUT , then i tried to add new source files , …

Member Avatar for mike_2000_17
0
249
Member Avatar for hwoarang69

i want to create repository on github so that more than one people can work on same project. i already create a organiztion, team and repository. https://github.com/Socialwebsite/socal_website.git there is one dir on my computer, one on other peoson computer. and we are uploading on github. so "xammpp>htdocs>socal_website" but its remove …

Member Avatar for pritaeas
0
133
Member Avatar for Dandello

I'm not sure if this is the place for this, but no place else seemed to fit. I have a project that has gotten to the point of needing more rigorous version control as I am hoping to add more people to the project. I managed to get TortoiseSVN running …

Member Avatar for Ezzaral
0
289
Member Avatar for MisterRaver

Hi, Not sure if this is the correct forum for this, but I didn't see one for general issues. Anyway, I have a repository setup and I am using TortoiseHG to manage it. The problem I have is when it comes to merging files. If I make changes to a …

0
61
Member Avatar for SasseMan

Hi! I'm wondering if there is a tool to make the following functionality in an wasy way. I have a project in eclipse and I use perforce for versioning. I want to be able to compare the project between two dates and determine which classes/packages etc. that have been added …

0
89
Member Avatar for pseudorandom21

I was just wondering what is the usual solution for synchronizing solutions between laptop/desktop (or maybe in another case between home/work) ? I was thinking an svn repo. would do the job, but where to find free hosting, or can I host it myself?

Member Avatar for pseudorandom21
0
210
Member Avatar for SasseMan

Hi! A small SVN problem? I have an online svn server that I have had for some time that I used for a software project. I want to close that account so I don't have to pay the monthly fee. But before I do that I want to download the …

Member Avatar for sknake
0
326
Member Avatar for jrock2004

I have several different computers that I work on the same code. So on my server I have the master git repo. I have noticed that some code when I push then try to pull and or fetch on other computer it does not pull some of it down. Not …

Member Avatar for L7Sqr
0
266
Member Avatar for madtowneast

Hi all, I am not sure if this is the right place, but it seems like the best spot for my question. I am trying to setup CVS for one of our analysis codes and trying to distinguish the different versions by tags rather than revision number. As an example, …

Member Avatar for rubberman
0
97
Member Avatar for komyg

Hi, My team is developing a new version of a server software that must support several clients via a web service interface. This software was written in C# and published on IIS. It also uses a Microsoft SQL Server database. The problem is that our client has requested that we …

Member Avatar for komyg
0
298
Member Avatar for Wumbate

Anyone know how to commit a directory to subversion? I'm having some trouble: svn commit -m "Adding images directory" images (no response - good right?) svn status ? images svn ls (some files, but no images directory) Help? PS - Any good video tutorials of subversion / place I could …

Member Avatar for nezachem
0
41
Member Avatar for Alxandr

I didn't realy know where to put this post, so please bear with me... I'm starting a new project with two friends of mine using github for code-hosting (and of cause git for version controll). Also I'm using lighthouse for bugtracking. Github has a nice and fully integrated post-receive hook …

0
195
Member Avatar for PhiberOptik

Hey guys, I'm working on a project with a few friends, and I want to share everything with them. I setup a SVN, but that only seems to do code. I'm the programmer, my two other friends are graphic and modeler. Is there a good way (similar to SVN) that …

Member Avatar for BestJewSinceJC
0
38
Member Avatar for sriblon

My company and its servers are based in the US and our developers are in India. Currently the developers have all source code stored locally in India office (huge risk for us), and I want to get access to the files and routinely back them up here in the US. …

Member Avatar for sknake
0
103
Member Avatar for Diamonddrake

What are you guys using for version control in conjunction to Visual Studio? I am currently using Tortoise Bazaar, and it shipped broken, had to edit a file just to get it to run. Other wise its effective, only it is a console interface. and although I know many that …

Member Avatar for Diamonddrake
0
108
Member Avatar for Web_Sailor

Hi, I need to create a program in java that will create versions for the different text files I upload to my specific folders. Like suppose:- 1) I have downloaded 1st batch of files. Version control software will create some version ID for them based on date. 2) When I …

Member Avatar for JamesCherrill
0
95
Member Avatar for serkan sendur
Member Avatar for Chaster

Hi, I have some project in which I have to deal with similar text files merging. Is there any java package for this task? If no, does anyone know how CVS (or any other version control tool) deals with such merging operations? I mean based on what? Any personal idea …

Member Avatar for Ezzaral
0
92
Member Avatar for extofer

I'm developing an app with another programmer, both of us are very mobile, I have a Testing a Development Server to add the DB we are building against and we would each pertain a local copy of the source code. How can it be possible to use VSS to synchronize …

Member Avatar for VIeditorlover
0
123
Member Avatar for plusplus

I made a copy of my project yesterday, today I suddenly realized I've been working on the copy. I can't remember if I've made changes to the original yesterday or only if I have only changes in the copy. Is there a way to compare the two, without me having …

Member Avatar for FragFighter
0
31
Member Avatar for Elfshadow

Man I got SVN up and I love it :) Does anyone else here use SVN for their projects?

Member Avatar for Ezzaral
0
94
Member Avatar for Taps

Hello..alllllI have to manage CVS repository using ANT, I will be given ear files and have to update this files in CVS.Can any one please help me out ??? Im new to CVS never used before :(How shall I make new repository, I dnt want any coding stuff just some …

Member Avatar for Taps
0
134

The End.