SVN is short for "Subversion" and is an open source version control system
-1
votes
0answers
10 views
SVN on multiple drives [migrated]
I´ve running a Raspberry Pi as SVN server, storing everything on the sd card. I´m wondering if it´s somehow possible, to store all svn data on multiple storages in parallel, in order to not running in ...
1
vote
0answers
57 views
How can I replicate the behaviour of IntelliJ + JIRA + SVN using Eclipse?
IntelliJ's inability to keep up with SVN updates has become a showstopper for me. My main reason for using IntelliJ is its integration with JIRA and SVN changelists. My preferred workflow is like ...
0
votes
2answers
91 views
Strategy with using SVN to switch between test and production server. (with maintaining configuration files)
I would like to know your opinion about my setup right now, how I do things with SVN and if you could find some better solution for me. I'd appreciate it very much if someone could come up with some ...
3
votes
3answers
132 views
Maintaining SVN history for a file when merge is done from the dev branch to trunk?
In my org, we use SVN for version control So for each build (done periodically), we merge the code to trunk from the development branch (all the developers checks in to this branch). So when we want ...
4
votes
4answers
308 views
CMS updates into subversion -> review process
We manage a range of client sites built in Wordpress and Joomla and these require regular updates to the core CMS and extensions. We keep these sites in subversion and place updates in subversion. We ...
0
votes
1answer
43 views
Subversion permissions and Visual Studio projects
I have a quite specific question regarding Subversion structure, different permission levels and Visual Studio projects and solutions: We develop a framework with external partners with functionality ...
2
votes
2answers
126 views
Fork dead SVN based project on GitHub
I previously asked this at stack overflow but it was closed, I believe because 'programmers' is a more appropriate venue for this question.
I have done some work on the SVN Importer project (Apache ...
17
votes
4answers
5k views
Are there any statistics that show the popularity of Git versus SVN?
I'm writing an essay, and would like to have some empiric evidence, perhaps longitudinal data where the popularity of these technologies is compared over a period of some years.
Are there any ...
1
vote
1answer
116 views
How to automatically have Tortoise svn copy last log to clipboard on commit?
After each commit I bring up the Log Messages dialog and copy the log entry to the clipboard so I can include it in the issue tracking system. Eventually I hope to get SVN integrated with the system ...
1
vote
2answers
152 views
How can I avoid editing conflicts repeatedly when merging from one to branch to another?
I have an SVN repository set up like so:
trunk
branches
UAT
QA
DevelopmentTeam
programmer1
projectA
projectB
programmer2
projectC
projectD
programmer3
projectE
projectF
projectG
projectH
Each ...
0
votes
1answer
89 views
External repository moved from Sourceforge (SVN) to GitHub, now what?
We've been getting the head revision of the JEDI Code library for a while, we only use it a tiny bit so never have bothered to manage which version we're getting. The problem is they appear to be ...
5
votes
4answers
3k views
How to Use Subversion Repository Inside Git Repository?
I'm developing a project in Git. IT depends on another project, that's in a Subversion repository. I'd like to be able to make changes to the Subversion project in the tree, and commit to/update ...
0
votes
1answer
25 views
svndumpfilter Multiple Versions
I have a few questions about the Subversion open source project. I know that there are multiple versions of svndumpfilter (2,3). What are the tradeoffs and benefits of each version? In other words, ...
1
vote
1answer
50 views
How can I mirror an SVN trunk repository into a regular network folder?
Me and a small team of engineers are considering using SVN to store our electrical schematics and parts libraries; currently we just have a network folder where we put all of our files. Our company ...
2
votes
2answers
449 views
using source control to create release notes?
Lets say i have an off the shelf eccomerce cart. I put all the code inside subversion. I start to make changes and check the code changes back in.
is it possible to then display each "check in" with ...