svn

SVN repository change - move only selected dirs

I would like to move only selected directories to new svn repository, with history, but... I dont want to dump svn repository which is huge. I have only external access to repository. I have created script which gets all directories, finds first revision of each one, and list of all revisions for selected directories. Then consequentl...

VersionControl for huge codebase

Hi, Our project's codebase is more than 9GB. Mostly Cobol, Pro*Cobol & Java files along with other config files. We are currently using SVN to manage it and during integrated check-outs and builds SVN's performance is bad. For example to checkout the complete sources it takes >4hrs and if we commit say 12 or more files it takes close to...

How to install mod_dav_svn on Centos 5.5

Hi, I'm trying to install mod_dav_svn on my server (Centos 5.5, Apache Apache 2.2.11, DirectAdmin 1.35.1 ) but no luck. Maybe anyone can help me with this. I'm using this tut: http://wiki.centos.org/HowTos/Subversion#head-ae2d6fa671ad7ebd5d7835c6edbcd15dd2d73c4d So, I'm trying in console: # yum install mod_dav_svn subversion Loaded p...

SVN server not showing repository files

i have set a svn server on linux. I have created a repository, projects inside it with folder structure branches,tags,trunk with command svn import . I have a problem that i can see a complete directory structure and files in folder from client side (using eclipse + subclips) but i am not getting the where will server stores files ? P...

Export git repository to svn

Hi, cloning an svn repository into git is easy with git-svn. However, I need to do it the other way round. I have a git repository lying around and want to import it into an empty (except from trunk, branches and tags folders) keeping all the commit information. I cerate a git-svn-clone of the svn repo, pulled the git master and dcommi...

What would cause SVN to remove a file?

I had a set of files one day, I did an SVN commit in a front end app called Cornerstone on the Mac. 2 days later (after a weekend) I found that one of the files I had was deleted. There's no record of a deletion transaction in the log and no information in the log as to what might have happened to the file. Any ideas or information? I'm...

Hosted source code repositories

I primarily work on small, personal projects. One of my challenges has been source code repository maintenance. I have used the basic version of Team Foundation Server provided by my MSDN license and while it works great, it's not ideal (I'm not doing backups like I should, etc). I'd really rather pay to have it hosted. I like TFS, b...

svn reintegrate pattern of deleting and recreating branches

The recommended practice of using --reintegrate is generally understood by me. However, the practice of reintegration recommends that the branch be deleted, and if needed for maintenance or warranty development, the branch should be "recreated." However, most examples show the recreation of the reintegrated and deleted branch under a ne...

How can I see the revision number of each file in a SVN working copy?

I work with another developer in the same working copy (I know that is a bad idea), we usually do updated of individual files, and now we have files in some revision and others in another. How can I see a list of files with their respectives revision numbers? (The working copy is in a linux box, and we're using svn command line. Thanks ...

TeamCity not checking out latest commits from Subversion

I've added an app.config to a project, but when I run the build agent, it's not picking up that file. I have Clean all files before build checked, and have tried both checkout modes (automatically on server, and automatically on agent). Here's the log file: [17:24:50]: Skip checking for changes - changes are already collected [17:24...

meaning and resolution for svnadmin load error: Pathname not terminated by ':'

I am trying to rebuild an svn repository from a dumpfile. The svnadmin load command proceeds nicely until reaching the revision 1922. When processing the revision, the following error is reported: svnadmin: Pathname not terminated by ':' * editing path : warpx/branches/grid_08 I have compared this particular merge action to ...

show revision diff using psvn

Is there a way to diff two arbitrary revisions in psvn? I'd like to have possibility to get diff/ediff for a file in the svn-status window. I only found svn-file-show-svn-diff which shows diff between a working copy and HEAD ...

browser path for svn

i have test project in svn repository how can i check it different browsers like(IE,Firefox) so i can test means what would be a path in browser for testing project. is ther any other method to check a project in browser ...

Tortoise svn create http repository

Hello, i want to move my local repository to http but i couldn't create or move repository. How can i do it? I am using tortoise svn. Thanks... ...

Svn error, can update code, but cannot commit due to 403 forbidden error

I can update code correctly, but cannot commit code. I get the following error when i try to commit code: svn: Commit failed (details follow): svn: Server sent unexpected return value (403 Forbidden) in response to MKACTIVITY request for '/site/!svn/act/080632f7-e62d-4987-96ce-88852bf86f46' svn: Your commit message was left in a tempora...

Using git-svn to make remote branches

I'm trying to make a branch on the remote subversion server, using git-svn. I've made a git branch (namespacing) but when I tried to git svn dcommit it just wrote to trunk! After cleaning that up I'd like to know how to make a branch on the remote, and then how to commit to that. ...

How to I restore a Subversion working directory to what is in the repository?

Ok, I've kind of borked my initial repository. I imported the repository, but got timeout error 80% of the way through, and now trying to finish the import gives me 405 errors and tree conflicts. What I really want to do is just get the files in place. It's a brand new repository, so there's no history to worry about and no user changes ...

svn to auto-update based my dir without manually "svn rm ..."

Is there a svn command to tell the repository to automatically “rm” files in repo that exist in the repo but not in my dir? a bit explanation: i have my own project hosted on google code. In my local dir, i've deleted many files. Now, i want to commit. However, i don't remember which files i've removed. It seems quite cumbersome to fin...

subversion very slow

I am working on a project where the branches folder contain at least 300 different branch (copy of the trunk) which is will no more be used. Since SVN is running more and more slowly I wonder if deleting those branches will make subversion behave operate faster? Other people in my team say that since the source code will still be on the...

SVN connection refused

I'm having trouble checking out a project via svn. I have a repository set up at svn://consideropen.com/home/consider/rvsubversion/project/trunk. I have no problem checking out the project in NetBeans, but, when I ssh to another server (not the same server as the repository) and run svn checkout svn://example.com/home/consider/rvsubve...