1
vote
4answers
72 views
What are the hurdles and dangers when migrating from Visual SourceSafe to SVN?
A client still uses Visual SourceSafe, but after showing the numerous dangers and deficiencies of VSS, they've decided to migrate from VSS to SVN Subversion.
The choice-to-be seem …
0
votes
2answers
33 views
PHP: Using SVN subcommands and options in exec() causes “segmentation fault”?
There is something that drives me nuts these days since I cannot continue my work on a project. I've switched to another computer and can't get PHP and svn executable to work toget …
2
votes
2answers
34 views
Version control for interdepedent modules
How do I track and manage the dependencies of software modules under version control?
I am building several websites, each of which uses a particular Apache configuration, parti …
1
vote
4answers
58 views
Subversion command line commit does nothing
When I run:
svn commit -m "some message" myFile.txt
in the DOS shell, it gives me an empty line as the result. There's no error message, etc. And the file is not committed.
Wh …
1
vote
2answers
31 views
How can I merge my files when the folder structure has changed
I want to perform a major codebase reorganization, but I'm unable to proceed unless I can provide a way for trunk fixes to be easily applied to branches that were taken before the …
0
votes
1answer
7 views
git-svn clone Errors using git 1.5.1 and 1.6.5 and Subversion 1.4.2
Hello, I am trying to integrate git into my workflow. I'm starting it by using it to manage working copies of code cloned off of a Subversion repository.
I've tried using both gi …
1
vote
5answers
73 views
How do I get the latest updated revision via SVN?
Hi, Just a quick question I haven't found an answer for by searching...
How do I get the current checked out revision number from my SVN-dir?
More clearly: I don't want the lates …
0
votes
1answer
18 views
Defining URL for new repository location.
I am using Aptana Studio 2.0.2 with PDT plugin on Ubuntu Linux platform. I want to create a new repository, and for that I selected: "New Repository Location" in SVN Perspective.
…
0
votes
1answer
22 views
Subversion branch from revision with mergeinfo
When I create a branch off a revision of TRUNK, my resulting branch doesn't have any mergeinfo set so as far as I can tell it's impossible to figure out what revision the branch ca …
1
vote
1answer
22 views
exec() text redirection for PHP on Windows
I have been following the post below trying to hook my SubVersion installation to my Mantis bug tracker.
How To Integrate Subversion and Mantis
Everything works fine until the la …
2
votes
3answers
65 views
svn undo delete before commit
If you delete a directory from a SVN working copy, but haven't commited yet, it's not obvious how to get it back. Google even suggests "svn undo delete before commit" as a common q …
0
votes
0answers
17 views
Allow domain user in Plesk to run SVN Update
On a LAMP/Plesk VPS, I would like to give one domain administrator the ability to SSH in to their accoount and run svn update.
It seems I have to give them the root password to d …
0
votes
4answers
45 views
Development branch and trunk are inconsistent and I cannot get them in sync
I am somewhat lost in merges. I develop in a single branch and merge it into the trunk when a piece of code is done. Somehow, there are still differences between the trunk and bran …
4
votes
2answers
44 views
MySQL Version Control - Subversion
Wondering if it is possible to have a version control of a MySQL database.
I realize this question has been asked before however the newest is almost a year ago, and at the rate t …
0
votes
3answers
47 views
Is there anyway to import SVN Windows repository to Linux?
I used to do my PHP work on Windows. I used SVN and my repository is on an NTFS folder. I installed Linux on one of the partitions and I want to import that repository to SVN linux …
