Tagged Questions
1
vote
1answer
42 views
Branching multiple projects in subversion
We have a single application with 20+ eclipse projects in a single repo. So far we haven't branched much, but we are going to try using branching features a little more.
Each feature typically ...
-2
votes
3answers
108 views
Xcode Project Comparison Tool [closed]
I facing a problem, on tracking changes made by other developers.
Note: SVN is not used for some reasons.
So, is there any better way apart from individual file comparison using kDiff. This is too ...
3
votes
2answers
101 views
Share a file for C# project at home and at office
I have formed a number of source code files as my library. For example, I wrote LinqExtension.cs providing Median() function.
Now I'm working on a project which needs LinqExtension.cs. As usually, I ...
0
votes
1answer
37 views
SVN: managing a project that is an offshoot of an existing project
I am starting to work on a project that is an offshoot of an existing (and currently in development) project. The new project is basically going to try to apply the existing solution to a new problem ...
1
vote
1answer
57 views
What is the best way to keep track of the commit logs after a branch reintegration in SVN?
I'm have some to little experience in SVN. We're using Cornerstone as our SVN client in our iOS Xcode development.
As per norm, for every project, we have branches/tags/trunk. We have decided to have ...
2
votes
2answers
631 views
How to count the number of changed or added lines in an SVN branch?
I would like to add up the number of line changes in an SVN branch so I can tell how far I have gone during a project from another side and estimate the probability of conflict when I merge it with ...
0
votes
3answers
386 views
SVN in distributed development - best practice?
What are practically proven SVN structures for distributed systems which are developed by several independent suppliers?
Suppose a system with e.g. three layers (UI, Service, Data) and service ...
0
votes
1answer
1k views
Why doesn't svn merge --ignore-ancestry work twice in this scenario, when svn diff+patch does?
I'm trying to replace my svn merging workflow — which is usually svn diff, sometimes some manual editing of the patch, and then patch — with actual svn merge. But I'm seeing some unexpected behavior, ...
0
votes
2answers
348 views
Resolving Netbeans Library conflict, when using Subversion
I have a Netbeans Java Project under Subversion (svn). This is shared with another guy working on the project.
The project requires an external library that we have as a jar file. Now, when either of ...
5
votes
1answer
185 views
Is there an API for Java to calculate code churn?
I'm looking for a Java Library similar to nchurn to be able to get the information about which files in a repository have been changed a lot... I need some information similar to the following so that ...
0
votes
1answer
80 views
Are there any libraries available to be able to calculate the code churn of a project?
I'm trying to use code churn to be able to locate the differences in changes between two versions of a same project and I will be using SVN as my repository and the language is JAVA. I need some code ...
0
votes
1answer
280 views
How to add an existing web application under svn control
I start working at an existing project (an web application) that was created by someone else. I would like to put it under version control (using SVN). How can I do that? Do I have to move the project ...
0
votes
1answer
45 views
How to keep an internal framework and applications independently versioned?
Our company uses an internal PHP MVC framework for most of our projects, which does a lot of heavy lifting and simplifies our development pipeline.
However, we're trying to implement a concise ...
1
vote
1answer
25 views
How to revert a merge which is in between two merges
I have a Trunk.
There are 3 branches created from the trunk, say B1, B2 and B3.
From B1, merge and commit to Trunk was performed on say, 01-12-2011.
From B2, merge and commit to Trunk was performed ...
0
votes
2answers
168 views
hosting of software project management, bugtracking and revision control [closed]
currently I´m searching for an service provider of project-management-tools for software development. They should offer project-management, bugtracking and revision control. I would prefer a solution ...
3
votes
3answers
154 views
Is trunk needed in multiversion projects
I work in a project with one released version in maintenance and two or more versions in development simultaneously.
Here is where the doubts about the need of trunk arises.
I've read the SVN Book ...
5
votes
4answers
776 views
All-in-1 decentralized project management git+tickets+wiki
I am looking for some type of command line software, like git but with all the other tools necessary to manage projects.
These days we all use version control system plus "some type of hosted issue ...
1
vote
2answers
302 views
Graphic overview SVN, summary about lines of code changed
Is there an easy way to show a project manager a few grpahics/numbers how much has changed in a SVN? FOr example to tell him, withn the last 2 weeks we have added 50 new files, 63000 lines of code ...
2
votes
4answers
222 views
Simple way to manage solo project across multiple computers
I am wanting to work on a project from multiple computers on the same network. If it matters, I am using Code::Blocks across multiple OSes.
What would be a good way to do this? Set up an SVN server ...
1
vote
1answer
105 views
How to structure project with SVN and different dependent build targets
I have a software project which has a global software base but many different build targets for specific hardware platforms. At the moment I address these targets by different makefiles, which access ...
1
vote
3answers
93 views
Project Management Tool to host on a VPS
Me and some friends had some projects running and because SVN hosting sites offer limited free hosting, we decided to go for a VPS and host all the repositories there. We also set up a wiki and websvn ...
0
votes
2answers
975 views
How to manage maven sub projects not in the same directory structure?
I have a few maven projects which share some common settings - repositories, plugins and common dependencies, from the parent pom.xml.
I want to move the child projects now to separate svn location, ...
3
votes
1answer
226 views
Professional development-deployment strategy for a lone freelancer working on a website? [closed]
I'm a freelancer and prefer working on large projects all by my own self.
Till now, I've been using FileZilla to upload the projects I work and after discovering bugs, I used to edit the file with ...
0
votes
1answer
72 views
The Subversion Once Over [duplicate]
Possible Duplicate:
What do “branch”, “tag” and “trunk” really mean?
I am brand new to subversion, so please bear with me. I know that the standard ...
-1
votes
4answers
482 views
Project management and version control software [closed]
We are about to embark on a biggish (academic) project which is divided into subprojects (with little if any code shared between them). None of the differences between git and svn make much difference ...
0
votes
2answers
104 views
Mark files to be committed at project completion?
Recently I've found myself working on fixes / new projects for my companies program that span across multiple files (as a proper code structure should). As I'm nearing completion of a project, which ...
2
votes
2answers
252 views
Copy entire SVN Log
IM running tortoise SVN on windows and was wondering is there a way to print out the entire SVN log so that I could paste it into a word document?
0
votes
1answer
836 views
Best free alternative to Trac with SVN integration [closed]
What is the best free alternative to Trac with easy integration to Subversion?
1
vote
3answers
111 views
symfony 1.4 with multiple developers
I'm looking for some advice on how to setup symfony 1.4 to be used in a "multi-developer environment".
We are currently three developers working on the same project.
We've been thinking of setting ...
0
votes
1answer
185 views
Testing environment server with SSL
I have the testing server, that hold the Subversion repository, Redmine for PM and of course - it is my testing enviroment.
The problem is that I want to have all my connections encrypted with SSL. ...
0
votes
2answers
893 views
SVN User and Project Management for Ubuntu
we have frequent new development projects with different developers. So we need a good SVN User and Project Management, which is secure as well.
I was checking USVN, but I think it is not safe ...
5
votes
2answers
1k views
svn conflict xcode project file while working in team
I'm working in a team that's developing iPhone application (about 7 people). We use SVN for source code control of iPhone code, we keep running into conflict issues with xcode project file and iPhone ...
1
vote
2answers
200 views
Advice on maintaining dev and live environment in SVN
I am using TortoiseSVN as version control for my project.
We have now completed UAT for project phase 1 and are about to put the web app live.
My problem is if I continue to develop phase 2 of the ...
1
vote
2answers
131 views
What is the best solution for working together
I'm a web-designer and former coder. Recently I decided to start own project and hire different specialists (coders and designers) from different cities and countries. So, we have to find a solution ...
0
votes
1answer
872 views
SVN and Redmine project management integration
Nowadays I am using the Redmine to manage my project, and I know some keys integrations with svn commit log, as:
refs #1559
or
resolves #1565
Does anyone knows where I can found more ...
0
votes
2answers
817 views
Free project collaboration tools - SVN + tasks + auto deployment
I'm looking for a free / open source tool which will allow me to set up easily tasks manager integrated with SVN repository and auto-deployment tool (so that each commit is autodeployed to the http ...
3
votes
3answers
139 views
How to notify other team members about important project changes (using SVN or Ant)?
If significant changes are done to a project structure and simple source checkout wouldn't cut it, we have "changes.txt" file in a project that describes what extra actions are required:
...
2
votes
5answers
137 views
Is it useful to track the history of tasks and bugs in projects developed by one person?
I have trac set up for my private and job projects and I have an ability to define tasks or describe bugs there. As most of the time I work at those projects alone, I usually choose to write the TODO ...
1
vote
2answers
138 views
What SCM tool and approach would be best for this scenario?
I do freelance work from home - several websites based on Wordpress, OpenCart, other open source projects and sometimes some custom made CMS/ecommerce.
I'm trying to get organized to have a local ...
0
votes
0answers
40 views
Repositories Management options [closed]
I am looking for THE BEST solution for the organization.
What are every ones thoughts about Repositories Management -Some Extreme and in-between options are:
Repository Per Project
One Repository ...
0
votes
3answers
651 views
svn folder structure organization
One of my web apps has grown over the past few months from a single project file to include several class libraries. The svn structure has sort of grown organically and looks something like this:
...
1
vote
3answers
270 views
How to manage project tasks in SVN and developer resources?
I have a task assigned to me but I am not a project manager. Doh. So here is the problem. Imagine that you have 100 tasks which should be done in 1 year. So we want to do 5 or six releases during this ...
2
votes
3answers
147 views
Managing a core library in Subversion
This is giving me major headaches! I'm having trouble even describing the problem in words.
Basically, I want to be able to manage a core library (coreLib) of Actionscript classes with the following ...
6
votes
6answers
1k views
Best Project Management tools, source control, builder and wiki [closed]
Howdy there. I'm putting together a new software team and I'm looking at different tools that overcome previous nightmares I've had with other teams.
Over the last 5-6 years these are some ...
0
votes
4answers
445 views
subversion branches with multiple Scrum teams
So we have varying opinions on how to deal with our source in regard to parallel Scrum teams sprints. The background info is we have two 7 man teams working on the same baseline of code in 2 week ...
0
votes
1answer
239 views
Is there any free, Project Managment CMS that can interact with SVN and has nice GUI (not Trac)?
Is there any free, Project Managment CMS that can interact with SVN and has nice GUI (not Trac)?
1
vote
2answers
669 views
SVN project folder tree structure vs production folder tree structure
While developing a PHP+JS web application we always try to separate big blocks of code into small modules/components, in order to make these last ones as much reusable as possible in other ...
3
votes
2answers
88 views
Develop multiple very similar projects at once
I am developing a semi-complicated site that is available in several countries at once. Much effort has been put in to make the code bases as similar as possible to one another and ultimately only the ...
1
vote
6answers
228 views
Project hosting vs. my own SVN
I'm working on different projects with some small teams (2-3 people for each).
Those projects are about some scientific stuff, most (probably all) the code will be released under GPL after the ...
0
votes
2answers
1k views
Does ActiveCollab subversion integration work with subversion over ssh?
I'm trying to setup a repository in an ActiveCollab project. During setup, it reports that the connection tests successfully. However, when I try to actually update the repository, I get the ...