All greetings. Installed and configured the SVN, but the project is to commit a mistake and not complete. Server nginx, client - tortoise. Gives the following error:
Commit failed (details follow): Server
sent unexpected return value (405 Not
Allowed) in response to PUT request
for
'/repos/!svn/wrk/79c6d77f-f269-1044-bc71-05a...
well i have several repositories and i want several users to access them using svnserve.exe service.
the problem is that i want to write the user names and passwords only in 1 location.
the Repositories are in the D:\SVN\ path
so lets name them
D:\Svn\Rep1\
D:\Svn\Rep2\ ...
well i tried to modify the svnserve.conf file in each of them...
I just started working on a new project that already contains a .svn folder and respective files on a remote server. The previous developer obviously used this file to monitor the file changes however:
The .svn is in the public www but a .htaccess forwards all commands to a different directory.
How do I go about figuring out the corre...
I installed VisualSVN on port 8080. So I can access it with http://www.mysite.com:8080 and everything works fine.
I now want to access the svn using http://svn.mysite.com instead of using port 8080. So I created a HTTP Redirect in IIS 7 for site svn.mysite.com (which is on port 80) to http://www.mysite.com:8080 (using permanent redirect...
I just downloaded and installed the newest Tortoise 64 bit on Win 7, and then start up TortoiseDiff from
START -> All Programs -> TortoiseSVN -> TortoiseDiff
It used to be able to diff two source code file, but now it seems like it is an image diff'ing tool. Anybody knows how to get the tool to diff source code files?
Update:
If t...
I am new to configure SVN on my machine, When I am trying to configure my application/Project that is on SVN, using SVN Checkout, I am getting these errors.
Unable to open an ra_local session to the URL
Unable to open repository 'Path'
Expected FS format '2'; found format '4'
Please help
Thanks
...
Hi,
I'm trying to capture all comments and dates entered by my team while committing their changes and append them to the source file (C#). I know svn:keywords allows you to capture some metadata but it gets updated each time a commit is executed.
In my previous job we had CVS configured to do exactly that. Was wondering if I can do th...
We had a file OLD_FILE with very long history ~ 100 revisions.
Then this file was removed from repository.
And new file NEW_FILE with content of OLD_FILE was created.
Don't ask me - why file was not just renamed ;)
Then NEW_FILE was changed 5 times.
And then NEW_FILE was renamed to OLD_FILE using svn.
Now if we try to see history for ...
I had VisualSVN Server running perfectly on a Windows Vista machine, and then now it is to run Windows 7 on that same machine (installed on a new partition).
So now all the source code are in the repository on D: drive (it used to be on C:)
(Windows 7 will be C:, and the Vista will now become D:)
Can we just copy the D:\Repositories o...
I have a SVN server instance set up on my desktop for the purposes of demonstrating the many benefits of SVN/TortoiseSVN.
Performance has today degrading significantly however when performing actions such as viewing the logs etc. This isn't ideal for a demonstration, given that a "Show Log" operation now takes approx 5seconds, whereas ...
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 seems Tortoise SVN with AnkhSVN (good choice?). A migration aid is described here. The project contains two websites, a few web applications, several control and f...
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 FogBugz (to get lists of modified files for each case.)
However, I've been unable to get them working. Can anyone shed some light on what i might be doing wrong?...
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 computers (take it with me from place to place). However, yesterday, I tried to checkout my code from my repository from a different computer (also running Tortoi...
I am having a huge problem with this.
I want to take my whole project from the root folder, and move it to the root/webUI folder.
What I have done seems simple, but it's not working. I simply made the new root/webUI folders, selected everything else in the root folder, and right-click dragged it into the new folder. I then elected to S...
I've installed SVN on a Windows 2008 server hosted by an outfit similar to GoDaddy. I've installed TortoiseSVN on my local WinXP Pro PC. How do I connect TortoiseSVN from my local PC to SVN on the hosted server? I know the IP address of the hosting server, but I don't know how to make a URL out of it. When I set up SVN and started it...
I'm using SVN 1.6.3 and TortoiseSVN 1.6.6. Periodically when I do an update from the root of my project, SVN fails to pickup a newly added directory (added by a co-worker). I've verified the revision number is correct and can even see the new directory (and its files) in the log for that revision. This doesn't seem to affect all compu...
I have a Windows 7 machine 64 bit.
It's brand new, and I installed TortoiseSVN as I also did on my laptop. On my desktop, all folders that are checked out from SVN does not have the Properties command in the Right click context menu present. (I'm not talking about SVN-Properties - but Windows Properties.)
I can hit Alt + Enter and that...
Hi, i was wondering if i right click on a file in the SVN repo browser, does it get permanently deleted? can it be recovered?
Thanks.
...
On windows 7 Ultimate I can't check out SVN projects or do updates. After clicking checkout project or update it shows a dialog where I put in the project URL and then require me to type in username and password. After that the dialog just hangs
there, with message the bottom "639 bytes transferred, at 0 bytes/s". If I user repo-browser ...
Hello there..
I've started working on a project. I would like to store this project using subversion. I've installed VisualSVN server and TortoiseSVN.
This project consist of several little projects. Some of them I need everytime, some of them not. The questions are:
Should I store the whole project in one subversion project directo...