svn

Is it feasible to use svn for documents

We need to have documents shared between clients (CRM-like functionality). Users need to be able to: Edit the documents and save them again Attach new documents Our application is coded in WPF with WCF for data-transport and NHibernate/SQL for data on the server. what we're thinking is to use SVN and have the app create a local chec...

Subversion update always hangs on specific image file

Someone on our team committed a file successfully. Now when the rest of us try to update and grab that file, Versions hangs on that specific file forever (it doesn't even timeout). Is the file corrupted? How do I go about fixing this? Update: Another team member just tried to update and his is hanging as well, but on a different file...

svn merge single file from branch into trunk

Hi All, I have a couple of fixes I've done on a branch that I want merged back into the trunk. I do not want to merge the whole branch into the trunk, just the few branch checkins I've done. What's the correct syntax for doing this? TY, Fred ...

SVN 1.4 Merge, revisions not appearing in log

I'm using SVN 1.4.2 and I branched at revision R, merged in the revisions from R-HEAD, and now when I look at the log on the branch, I only see revisions up to R, none between R and HEAD. Is it possible to get this information? I am using TortoiseSVN 1.6, which is based on SVNClient 1.6.12. I did not have the "Only record the merge (blo...

backing up subversion repositories

Hello, CentOS 5.3 subversion 1.4.2 I forgot to add. Currently the total repository size is about 5GB, but that will grow over time. We have our source code and documents on our internal server running CentOS 5.3 and we are using subversion 1.4.2. We are looking for a backup strategy. We want to perform daily backups. We have about 30...

get subdirectory version given parent directory version

Hi, For following directory structure, in a specified revision(r1234, for example) of A, how could I get the revision number of B so that I could check out the correct revision of B. A - (r1234) |_ B - (this could be r1222) |_ C - (I don't need this directory) |_ D - (I don't need this directory) ...

Subversion connection with C # in Visual Studio 2010

I am using to connect the library with subversion Sharpsvn but I always get an error. The code is as follows: SvnClient client = new SvnClient(); string targetSource = "http://xxxxxxx/svn/xxxx/xxxx/"; string uriDest = "C:/Documents and Settings/user/My documents/Jesus/project/test"; client.CheckOut(new Uri(targetSource), uriDest, Svn...

Size of a subversion directory

I have a project that takes a checkout in a directory under subversion by sharpsvn. I want to do now is to show the checkout process in a progress bar, but for that I need to know the size of the board, what property or decision of the library I would return the size of the directory? Thanks in advance! ...

SVN - delete a revision, or make an older revision the head

I'm fairly new to SVN and I've never had to revert back to a previous revision, although I can get a copy of a revision from the repository okay. I'm using TortoiseSVN and the Visual Studio SVN plugin. I'd like to restore the trunk back to a previous revision. How can I restore the trunk - e.g. rollback to a previous revision and make...

subversion for online projects

Hello, I've started using subversion to keep track - and be able to reverse - of our website changes related to its development and maintenance. Loving this feeling of security it provides! I would like to know if there would be a tool / a way to be able to automate the synchronisation between the "live" website and the subversion repo...

comparing different subversion respositories

Hello, subversion 1.4.2 We have a repository. We are going to back up that repository to our server. However, our customer wants to know that if we were to restore that repository, how do they know if someone has tried to change something or do something bad to that repository. We will keep the repository on our development server. An...

Previous svn log is not displayed

Hi all, Firstly, I have migrated my CVS repository into SVN repository. I checked out this whole SVN repository and make some changes like rearranging the directories into branches and tags. The I imported it into the new SVN repository. I am using following command to import .. svn import svn+ssh://host/address/path to repository -m...

Finding List Of All Checkin's By User Using TortoiseSVN

I ve used Tortoise svn for some now and what I cant seem to be able to do is find a list of all checking by a username - Does anyone know if that is possible? ...

svn update of directory with muliply repositories checkouts

Hi, I have a development directory that contains checkouts from svn repositories that stays in non svn directories. I would like to update all of dirs being in the svns. Dir structure is similar to one below: How would you solve the issue? I am came with "brute force" solution, but it is not very much intelligent: for i in `fi...

What is the right way to structure a large multi-application codebase in SVN

We've currently got a single repo with codesion, http://John.svn.cvsdude.com, with a single SVN project http://John.svn.cvsdude.com/MyProject, which contains a few subdirs for individual Visual C++ solutions This all started as one application and though we did split off separate library projects for future re-use, it's still all the sa...

SVN post-commit user permissions

I've a debian webserver with subversion running on it. I'm trying to use post-commit script to update my staging version of my site. #!/bin/sh /usr/bin/svn update /home/sites/example.com/www >> /var/log/svn/example.log 2>&1 if I run that command from the command line logged in as user 'derek' then it all works fine but when it ru...

Make SVN Commit also print the diff

When I do svn commit and let my svn editor pick it up I'd LOVE for the svn editor to show the diff of the files that have changed instead of just the list of files. Really helps jog the memory when writing detailed commit messages. Any ideas on how to accomplish? ...

Recalculate checksum in SVN dump after manual changes

As we are migrating with a project to a public source hosting, I wanted to remove some “personal” information from the SVN repository. I did fine so far with removing paths or revisions using svndumptool and svndumpfilter. However I want to remove some text from a particular file in the repository as well. I removed the text manually by...

How to create a local repository for my code folder in RabbitVCS?

Unfortunately i haven't found any tutorial for creating a local repository for an existing code project. How do i create a repo for my existing project? Perhaps somebody can give a short step by step instruction. ...

Keep track of who has checked out repositories

Hello, CentOS 5.3 subversion 1.4.2 Our company would like to know who has checked out a project. Currently we have a internal server where are repositories are located. We are also using websvn to view the repositories. However, we would like to keep track of who has checked out a repository. Is there anyway subversion can do thi...