I cannot checkout working copy if I use proxy server.
I get following error:
svn: Delta source ended unexpectedly
Is this problem with proxy server or with svn?
Hi.
I'm trying to merge trunk change-set into a branch, but have found out a lot of post-merge issues, including whole files that disappeared, and missing code blocks
I'm using SVN 1.6 for both clients and server.
Tried this with multiple clients - Eclipse, Netbeans and SVN - the result is the same.
Can someone advice how sort it out, and most important, prevent code loss?
Thanks in advance!
Is there any way to configure doxygen to include the log from svn for a file as part of the output. Basically we enter pretty rigorous log messages into svn when we do commits, and I'd like those messages to have a section inside the doxygen output.
After a subversion merge from trunk to branch, I got a conflict because a file has been deleted in the trunk and modified in the branch.
I would like to keep the trunk choice, but using "svn resolve --accept theirs-full" from the branch directory tells me
svn: warning: Tree conflicts can only be resolved to 'working' state; '/path/to/file' not resolved
What should I do to have the file correctly deleted in the branch ?
i should have one svn user for each programmer in the ubuntu server?
is this accomplished by using "htpasswd" 4 times for 4 programmers?
how do i couple all these users to same group so that i could modify file access specific for the svn group and all its members?
A friend of mine works in a small team where the developers (Java and .net), who currently use SVN for their source control, are about to have MKS Integrity forced upon them.
My friend would like to keep an open mind but I suspect that secretly he wants to stay with SVN.
Is there anyone out there who would be willing to share their experience/opinions (good, bad or indifferent) of MKS?
I have an SVN repository that I've set up on my VPS, and I know all the basics (update, commit), but I don't know what all the other options mean.
I am running TortoiseSVN on Windows (which is great!) and can see all these features like branching, locking, merging and patching! What do all these things mean?
Is there anywhere with a good guide about how all the little bits and pieces in SVN work?
Thanks,
Tim
Recently I was searching on how to secure svn repository, or otherwords how to enable ssl connection to svn repository for a windows server 2003. Does it make more sense to use Linux server instead?
Hi:
I recently installed WAMP for actual local use. I've worked on live development servers but now am working on localhost. I've managed to get multiple virtual hosts setup on my WAMP/Vista 64-bit box but am having difficulty with directories pulled from SVN.
I have four vhosts setup. Two work well and they are not tied to any SVN just yet.
I'm also using TortoiseSVN in case it makes any difference.
However, the other projects are coming from SVN repositories. When I view these two projects I get the following error:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, admin@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
The way I setup the vhosts is as follows:
httpd.conf
# Multiple Virtual Hosts
<VirtualHost 127.0.0.1>
ServerName localhost
DocumentRoot "C:/wamp/www/"
</VirtualHost>
<VirtualHost 127.0.1.0>
ServerName testone.local
DocumentRoot "C:/wamp/www/root/projectone/"
</VirtualHost>
<VirtualHost 127.0.2.0>
ServerName testtwo.local
DocumentRoot "C:/wamp/www/root/projecttwo/"
</VirtualHost>
<VirtualHost 127.0.3.0>
ServerName testthree.local
DocumentRoot "C:/wamp/www/root/projectthree/"
</VirtualHost>
<VirtualHost 127.0.3.1>
ServerName testfour.local
DocumentRoot "C:/wamp/www/root/projectfour/"
</VirtualHost>
And here's the 'hosts' file:
# Localhost
127.0.0.1 localhost
::1 localhost
# Project One
127.0.1.0 testone.local
# Project Two
127.0.2.0 testtwo.local
# Project Three
127.0.3.0 testthree.local
# Project Four
127.0.3.1 testfour.local
Everything works just fine. So if you want to tell me I'm doing something wrong then by all means point out a few things. But as it stands, it works and I'm content using different IPs and/or named-based vhosts.
The problem comes in not being able to see the directories and files in the projects that are tied to an SVN. Whenever I visit http://testxxxx.local I get the error message at the top of this post. Please provide some suggestions. Thank you!
I coudn't find the solution for Php deployment to remote server using FTP from SVN after each commit.
How can I upload to server by FTP the only added or edited files and delete the deleted files from SVN
I think about write post-commit script...
I started cloning a SVN repository using git-svn's clone operation. After about 6 hours of importing (it's a bit repo), my computer went and slept on me. Is there a way to resume the operation without redoing all of the initial work?
I've got multiple SVN repositories of different projects on the server which I would like to search for the same search term / regex, but without checking out or updating each project and doing the search manually on each of them.
I'd like to know if it is possible to search multiple SVN repositories for some search terms (or regex).
Is there a best practice for preventing mixed eol-styles in a subversion repository.
I know that svn:eol-style=native can be set as an auto-prop, but I would have to ensure that it was set for all committers. I'm also reluctant to do a retrospective, repository-wide change of svn:eol-style if there is a less invasive solution.
I have an existing project repo which I use for project A, and has some files and directories excluded from it using svn:ignore. I want to start another project (project B), in a new repo, with approximately the same files ignored in it.
How can I get a list of all files in the repo with svn:ignore set on them and the value of that property? I am using Ubuntu, so sed and grep away if that helps.
Thanks,
Joe
I have a project folder with sources, headers, resources, etc. Most files are subject to source control via SVN, but some are not. Is there a way to designate a file as not subject to source control, ever, so that "svn status" does not throw a line with a question mark next to that file?
hi i want to use svn commands only for property of a directory not for the whole
directory .
e.g. svn revert
please tell me what command is used for this purpose.
thanks
Can I sync files from SVN to VSS automatically?. My personal repository is SVN and my client hava a VSS repository. I'll would to like sync the repository throught scripts or something like that.
Can I?
Thanks
I've tried to download some files from svn,
But the files downloading was stooped by some network problem...
Can I download the files continuingly?
svn update function is for that? or Should I start again from the beginning?
Is it possible to prevent a newer SVN client (say 1.6) from automatically upgrading a working copy that was checked out with an older client (say 1.4 or 1.5)?
I find that as soon as I touch a working copy with a newer client, anyone using an older client to work with the same files can no longer do so (for obvious reasons).
Assuming requiring everyone to upgrade their SVN clients isn't an option, is there a configuration setting or flag I can set to prevent my newer client from making this change?
We are using svn for development of a large web application, and we do periodic updates to production. The production server does not have access to svn (for security reasons).
What is the best way to push the changes since the last production release for a new release? We would like to avoid re-creating the whole site each time, since it is very large.
When looking at the log of a folder in Tortoise SVN, you can filter out files which aren't in the folder.
The checkbox says: "Hide unrelated changed paths".
How can I accomplish the same with svn log? I want the verbose output of the tool to not display file paths that aren't inside the current target.
Thanks
I have a project on github but I need to maintain a svn repo updated with every push.
I have checked this question but I want to do it automatically.
Is there a way to tell github to do a svn ci when a push occurs?
Hi, I have a problem commiting to svnserver, Here's what I got,
File Can't read
'D:\SVNROOT\UC\db\txn-current'.: End
of file found
(It's traslation of Korean, so there's might be differ than what English error said..)
In previously, I shut down transaction when update from svn, cause some file was so big,
so I was shut down downloading for delete big files first, but after that, I got message
about 'txn-current',
does anybody can help me to solve this?
thank you for regarding this
I have a project hosted at code.google.com. I would like to get the history of commits to the svn repository. I have tortoise svn installed. How can I do that?
Thanks.