2
votes
I cannot commit changes after merge in SVN
1.3 of TortoiseSVN is very old, the latest revision being 1.5.x. There have been numerous changes in both Subversion and TortoiseSVN since 1.3, so upgrading your client is probabl …
0
votes
I cannot commit changes after merge in SVN
svn:external will cause Subversion to combine different repository paths on check-out, but ultimately those paths are still 'disjoint', so you have to do two commits to ge …
1
vote
Force a manual Merge of certain files within TortoiseSVN
I'd suggest looking at the question in terms of your Build or Deployment processes, not the Version control process.
Personally, I've used ANT with platform/environment specific properties …
2
votes
How get a list of files under a subversion-url in ant?
The Subclipse Project of Subversion provides svnant
…
4
votes
Shared components throughout all projects, is there a better alternative than svn:externals?
I believe part of the problem is that the release cycles for the shared components don't necessarily match the release cycles for the projects.
Shared components as described here have …
0
votes
How do I mirror an SVN repo dir structure in my working dir without a full root checkout?
ankhsvn (open source) and VisualSVN (commercial) are products integrated with Vis …
27
votes
One SVN repository or many?
The single vs. multiple issue comes down to personal or organizational preference.
Management of multiple vs. single mainly comes down to access control and maintenance.
Access cont …
0
votes
IDE, SVN and pushing to sites!
I don't have a good answer for your situation, but I don't think Subversion by itself is the answer.
…
1
vote
How do I import svn branches rooted in different directories into git using git-svn?
By convention, Subversion branches all live in a single 'branches' path in the Subversion repository, so I'm not surprised that git-svn makes this assumption.
I'd suggest the f …
1
vote
In SVN, how do I copy just the subdirectories of a directory to another directory?
You're very, very close:
svn copy -m"Copy Directory" file:///path/to/a_folder file:///path/to/another_folder
just drop the /* from the first argument. …
1
vote
How can I import a directory structure into SVN, keeping the file and folder modifed dates the same?
There is an svn config option that controls how timestamps are stored in the repository:
use-commit-times
Normally your working copy files have
ti …
1
vote
Excel VBA SVN Client / Integration
TortoiseSVN integrates well with the Windows File Explorer and allows for the integration of an external diff tool (like …
2
votes
Version Control for multi-disciplined web agency
While far from perfect, you might consider WebDAV
See …
8
votes
Combining multiple SVN repositories into one
Edit: Oh well, the question edit was made while I was typing. This is an answer to
Is there a way to combine two or more
repositories maintaining the version
history for …
4
votes
Ticketing/tracking system with Subversion integration?
Jira integrates well, with a little effort, with Subversion.
Using …
