I want to have files that I track in my local git repository that do not get checked in to the central svn repository when I run git-svn dcommit. I often have long-lived local-only changes to files tracked in the repository. Sometimes it's for debugging code. I also have project IDE files that I'd like to track. With plain old svn, I...
If I do this:
svn diff
--summarize
--old http.../svn/project/trunk
--new http.../svn/project/branches/branch
I get a list like this:
D http.../svn/project/trunk/deletedFile
A http.../svn/project/trunk/addedFile
M http.../svn/project/trunk/modifiedFile
It only shows the old paths. Is there a way to get the ne...
Hi. I'm trying to find a private website hosting service with SVN or CVS source control that enables me to set up multiple users so all of the team members in different places can log in individually and work on the same project.
It would have development features like PHP, Perl, SQL databases. Also unlimited traffic and Ruby.
Does a...
Users attempting to check out files from a particular Subversion 1.4.x repository with Apache 2.2 on Windows 2003 have suddenly begun getting an error message in their log windows upon checkout with TortoiseSVN 1.4:
Error REPORT request failed on '/[path_to_repo]/!svn/vcc/default'
Error REPORT of '/[path_to_repo]/!svn/vcc/default': 200 ...
Hi,
we use SVN for our work. We are a small webdesigner studio and we write in PHP developing some kind of "framework" meantime.
Now we are thinking about some more powerful solution and we would like to try git-svn. We use branches as different projects - one branch, one project. So I have in my computer exactly the same structure in m...
I have a setup where I want to deploy a website from our SVN repository to our staging server.
In order to do this today I log in to the staging server (W2k machine) via remote desktop and run the following batch script:
set SVN_SSH=plink.exe -i privatekey.ppk -l webstaging
svn export --force svn+ssh://[email protected]/t...
Hi guys,
I have just setup Visual SVN on my local machine and on our server that hosts our websites. I used the standard default settings when installing the software but I'm a bit confused how to use this with our setup.
I have tested the installation and everything appears to be working ok. In Visual Studio 08, I can connect to and c...
I got very used to git's way of having to touch every file you want to commit, and, while at it, double-check the diff. Now at work i have to use svn and i keep commiting stuff accidentially. Is there a way to make subversion behave like git in that i have to tell every file explicitly that should be included in the next commit?
...
I need to limit access to merge changes into the trunk to specific individuals. Is there any way to limit merge rights on specific folders in subversion? I don't want to block merging from branch to branch, only into the trunk.
...
Hi,..I am trying to install subversion on a linux machine and get I get and error saying that I don't have APR installed
My question is: how do I install APR and link with with my Apache HTTP server (i have 2.2 running)?
I have looked for documentation for about 2 hours now,...can't find anything...i would also like to mention that i a...
I am able to get cruisecontrol working with svn. What I am trying to do is that when cruisecontrol detects a change in the repository then it deletes everything inside my working directory and then checks out the entire project again. I am not sure how I can do that. Seems like cruisecontrol automatically updates the working directory wh...
I need to provide our clients with a dump of a single sub directory in our SVN repository along with the revision history if possible. I know that you can do a dump but I don't believe you can tell it to isolate a single sub directory in the repo. If I export i'll only get the head or a single revision, this is not what I need. Is there ...
I'm currently transfering some source code from a Subversion (SVN) repository to my client's Team Foundation Server. One of the things I stumbled upon is that there seems to be no way to edit the repository without first pulling all files in that repository to a local working folder in the local workspace. I'm using Visual Studio 2008 Te...
I normally organize my project in multiple files. Now, for the first time I have created a project at code.google.com/hosting.
How to add files to the project?
The project has got directory structure and many files. I want them to be visible under trunk (like it is in other projects).
NOTE: I am novice in this area (I have no clue ab...
I have subversion setup on Mac OS X 10.5.6. When I do
svn import myproject file:///library/subversion/myproject/trunk -m "initial import"
Committed revision 2.
Nothing happens. I'm back at the command prompt and no files are imported. Any suggestions?
...
Is there any way I can check in/out of a local repository, and have those changes sync with the remote repository in the background?
Internet connection where we are is weak, and the repository is huge. When I want to browse the repository with TortoiseSVN's Repo Browser, I can wait 30 minutes to load the repository information.
Ideall...
I'd like to use svn to apply a patch from one version of Joomla to another. I'm using a mac with Versions installed, but don't mind using svn on the command line. So far, I've figured out how to generate the list of files that changed from one revision to the other, but I want to export those changed files to my working directory. How...
I maintain several subversion development branches on my development pc and build box.
How do you guys deal with opening a solution on one branch and having IIS get configured to that location. Then opening the same solution / project in a different branch / location and get "IIS Url Already Mapped to Different Location" ?
...
Assumption: I'm very new to the Continuous Integration space.
What is the method I should use for Extracting, Testing, Compiling, Deploying an ASP.NET (.NET 3.5) application.
Step 1)
Sometimes I would like to pull the latest source from TFS, and sometimes Subversion.
Step 2)
Run all tests. (I am currently using MbUnit)
Step 3)
If al...
Are there any settings in apache2/dav_svn/ssl/subversion on the server that would make the whole perform better (or at least not consume all memory) on big checkouts?
I'm especially interested in suggestions on how to keep memory consumption down.
Reason for this question:
Last week we had an issue with our svn server - it stopped res...