svn

Converting Linux SVN Repos to Windows SVN Repos

余生颓废 提交于 2020-08-22 05:28:10
问题 I have been tasked with finding out if our current Linux SVN Server can be migrated to MS Windows. I have located and trialed a program called VisualSVN Server and it seems to do everything that we need, but I am clueless as to if it is possible to convert the current Linux repos to run on a Windows Server box. I am new to the whole SVN application so please treat me gently with your answers :) Thanks, C. 回答1: I have personnally successfully used repositories created in Linux on the Windows

How to move an SVN repository to a new server

|▌冷眼眸甩不掉的悲伤 提交于 2020-08-20 18:07:09
问题 We would like to merge two of our servers together and in order to do that we would need to install SVN on the "new" server and then move over all of our repositories that we have set up on our "old" server. Is this an easy operation to do? Possibly using the "Relocate" option that TortoiseSVN provides? What is the best way to do it? Would this be a good time to re-organize how the repository is set up as well? 回答1: You can migrate a repository using the svnadmin dump function. On the SVN

Access VBA changes uppercase & lowercase randomly

依然范特西╮ 提交于 2020-08-08 03:59:53
问题 I have a coding project in MS Access. There are some developers coding and checking in the source-code to a SVN-Server. As a SVN-Server is for managing code, it recognizes changes in the source-code files. In these source-code-files there is a problem. VBA often changes uppercase and lowercase letters and we have no clue why. When I do a commit it is i.e 'two examples Call myfunction(txtNodeID) rst![Username] = Environ("USERNAME") Another developer updates his repository and uses my code and

resetting subversion backup after fail due to running out of disk space

ぐ巨炮叔叔 提交于 2020-07-19 05:26:31
问题 I am currently running an instance of subversion with collabnet subversion edge on top. I had a nice backup routine which was interrupted by the drive it was being backed up to running out of space. I have shut down the services and removed the temporary dump processing file. I remember last time this happened ages ago there was another temporary file I had to delete somewhere too. What is the location and name of this file? I have been looking around for ages! Thanks for any help you can

How can I determine who locked a file using SVN?

一世执手 提交于 2020-07-05 00:15:35
问题 We are using SVN server 1.4 (I think) with the clients being either the command line client or TortoiseSVN. 回答1: The command line client shows the lock owner with the command "svn info". In TortoiseSVN, you can see the lock owner in the "properties" context menu (tab "subversion"). 回答2: Use svn status --show-updates to discover locks on files. In the following example, Sally discovers there is a lock on raisin.jpg. $ whoami sally $ svn status --show-updates M 23 bar.c M O 32 raisin.jpg * 72