So sheepishly I ask if this is possible...
In trying to resolve a conflicted file, I overwrote all my changes with the most recent version from the repository and then committed. Now I'm realizing I wanted to save a lot of that. Does my local svn keep track of the changes? Are they at all recoverable?
Thanks...
-S
...
I don't know when the svn team decided to inflict tree conflicts on us but it has completely broken the merge functionality of svn.
I have a branch and I want to merge the latest changes from the trunk into the branch. I've already done one such merge, but this one fails because of a tree conflict. Here's the command:
$ svn --force m...
Possible Duplicates:
One SVN repository or many?
Should I store all projects in one repository or mulitiple?
Best practice for creating subversion repositories?
Which is the standard? Do you create multiple repositories, one for each project? Or, do you have one repository and the folder structure in the repository defines w...
My web host supports SVN but via SSH, will that screw up access to other repositories?
meaning, I have to go to ToriesSVN | Settings | Network and then select my SSH CLient (TortoisePlink.exe).
Now will this effect me getting code from says google code or any other SVN repo?
If not, why not?
...
Part of the team is working on next release / sprint, the rest working on testing and bug fixing the previous sprint before a release to production.
The part working on next release wants the branch now, the other part wants it as late as possible because they will have to start merging fixes as soon as we branch.
I don't like making...
Hi,
I have successfully implemented the post-commit email notification for the post-commit hook. Now I'm looking at a bigger problem, I don't want the hook to send email for every commit. Is there a way to use the hook to maybe write the content of the email to a text file and maybe use another hook or something to send the text file?
...
I'm the only person working on my django svn repo and I get this error every time I try and commit -
svn: Commit failed (details follow):
svn: Your file or directory 'urls.py' is probably out-of-date
svn: resource out of date; try updating
I've done an update before every commit and I still get this error - does anyone know how I c...
I am looking out for a Web-Based Svn client.
I already use a SVN server.
My requirement is to login anytime, anywhere and edit the source code and checkin
I googled a lot for this with no satisfactory outcome, all i got were web-server installable
services (i do not own a webserver to install these stuffs)
This same question is posted...
Hi,
I have a CVS add-in to Visual Studio. The add-in writes to the output window everything I do (commiting, editing, etc.).
I built a macro that takes the output window and uses it to my own purpose.
Now I moved to SVN, and I use the VisualSVN as add-in to the Visual Studio. But there is no SVN add-in that writes to the VS' output win...
VisualSVN Server provides an exe called VisualSVNServerHooks which has some command line configurable hooks but as best I can tell there's only a single pre-commit for checking the case sensitivity of file names and a single post-commit for sending an email notification. This seems like a bit of a wasted opportunity; does anyone know if ...
I would like to analyze and document one of our svn repositories. I am looking for the best tool that will make a report based on the log of the svn repository for each revision number tag, branch, etc. Is there any free/paid tool available for this?
...
Is there a tool that allows me to point to a subversion repository to browse the contents of the repository. I am thinking something similar to what trac provides with SCM. I describe some of the features here for those not familiar with trac's source integration:
access it from a browser - it must be a webapp
ability to view any versi...
When my team first started out with SVN we all just used our first names when committing to the repository, however, now that our team has grown, we are running into issues because we just hired a second 'Mike'.
What we would like to do is change everybody's usernames to be the same as the username on their computer (first name initial ...
I set up hudson on a Windows Vista machine - running as a service. It was working fine, but recently it seems not to build after a commit. It never leaves the "pending" state.
When I browse to the hudson project page it seems "stuck" in the quiet period - it knows there was a commit, but it is not building yet. My quiet period is set...
I'm just getting started learning how to use Subversion for building my web applications, so bear with me.
Here is how I am setting it all up:
One of my domains will host the repositories for all of my projects. I have the standard tags/branches/trunk structure. This is in a public folder so it can be accessed by other developers.
I w...
Hello,
I have svn installed at /home/subversion on a linux server - there is a ROOT folder there containting folders such as db and conf. There are no folders that map to project names, please could someone tell how to list existing projects and what the path to the repository would be? i.e. home/subversion or home/subversion/ROOT
Than...
A 5 month project of mine is nearing its end and as a fan of pointless statistics,
I'd like to know how many commits have been made since the repository's inception.
How do I find that out?
Notes:
I know there is no one repository, I'm just interested in the local version.
This is trivial in subversion, as the revision identifier
se...
I have subversion currently set up on Windows to authenticate against our domain controller via Apache. Is it possible to allow authentication against both the domain controller and the subversion passwd file?
To accomplish this, would I have to have apache for windows authentication and also have svnserve run as a service and have t...
I used windows security to block to users the option of deleting files from the server on SVN clients.
(right-click on the repository dir, and security options).
now I want to commit a local directory back to the server, but I deleted one file from the dir.
I get an error says I don't have permission to delete.
is there any other way ...
On my subversion client (cornerstone), when connecting to a new SVN repository I have 3 options: File repository, HTTP Server and SVN Server.
Is the difference only in the protocol used to communicate ?
...