31 Topics
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 …
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 …
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 …
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.
How do I remove multiple files from a GIT repo that have already been deleted from disk?
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 …
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 …
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 …
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 …
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 , …
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 …
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 …
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 …
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 …
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?
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 …
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 …
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, …
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 …
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 …
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 …
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 …
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. …
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 …
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 …
how do you compare mks source integrity and visual sorce safe?
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 …
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 …
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 …
Man I got SVN up and I love it :) Does anyone else here use SVN for their projects?
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 …
The End.