1
vote
5answers
41 views
Using TortoiseSVN from Multiple Computers with an SVN repo on External Hard Drive
With TortoiseSVN, I created a repository on my external hard drive, where I store all my code. I purposely chose to put it on an external hard drive so I can use it on multiple com …
0
votes
3answers
19 views
Possible to svn export and include unversioned files?
I would like to export my code from the working svn copy while including all unversioned files. For example, there are uploaded images/config files etc, that I would like included …
0
votes
1answer
11 views
Eclipse to play nice wtih SVN version control and WAMP development environment
I've been using a WAMP stack for a while now and have my projects organized in this way
wamp/www/project1
wamp/www/project2
wamp/www/project3
etc.
Now I started to use Eclipse f …
1
vote
4answers
55 views
SVN web development cycle issue
The organization I currently work for uses SVN for developing PHP applications. Our development cycle started out simple, doing a commit updates the web root using the post-commit …
0
votes
0answers
22 views
SVN post-commit hooks have stopped working after upgrading to FogBugz 7
Our company have recently upgraded our FogBugz installation to version 7, downloaded the latest post-commit files, and followed the latest instructions on integrating SVN with FogB …
0
votes
1answer
27 views
Recommendations to handle development and deployment of php web apps using shared project code
I am wondering what the best way (for a lone developer) is to
develop a project that depends on code of other projects
deploy the resulting project to the server
I am planning …
0
votes
4answers
38 views
SVN Automatic merge to branch on check in
We use one branch for the our upcoming release, and trunk for the next release (later).
For example:
v1.1 -> v1.2 -> trunk
(Where v1.1 is in production, v1.2 is the upcoming relea …
0
votes
1answer
23 views
open source web interface to create svn projects?
Is there an open source web front for me to put on my server? I would like to give friends a url so we all can create our own svn projects without restrictions and great speed. opt …
1
vote
5answers
37 views
Do you commit a complete web-directory to SVN or you do some exceptions (large binaries)?
Particularly I mean videos.
I have fair bit of videos on my website and as I do submit all graphics with the sources, I have serious doubts about committing videos and archives (s …
1
vote
0answers
41 views
Installing SVN without root access [closed]
I have a remote SSH access to a web server. It's running on CentOS and I was wondering how can I install a svn client locally ?
Is it even possible?
Thanks!
0
votes
1answer
22 views
How to relocate copied svn folder
Hey all,
i copied an existing svn folder (a) to a new folder b and want to also switch the repository url. Its still pointing to a repo.
i try svn switch --relocate but only get: …
0
votes
1answer
10 views
how can i send the output of committ revision version in email using blat
Hi All,
Iam sending an email once the svn committ is succesful. Now i want to send the committed revision number (output of svn status -u) also in email. Iam using the blat to sen …
1
vote
4answers
74 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
3answers
46 views
SVN partial branch
I'm new to SVN so this could be an easy question.
We have a "trunk" with 1st level directories:
10 <-- documents
20 <-- source code, db scripts, ...
30 <-- documents
40 …
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 …
