Tagged Questions

0
votes
3answers
83 views

svn api to access repo files from VBA

I'm new to VB and SVN and involved in writing automation scripts in VBA. I've got a requirement where we need to 'retrieve ,checkout ,add ' files to SVN remote repository from VB code in background as …
2
votes
5answers
1k views

How should I Fix “svn: Inconsistent line ending style”?

When I run "svn propedit svn:ignore ." at the root of my svn repository, I get this error: svn: Inconsistent line ending style I have tried to run this script: http://blog.eflow.org/archives/130 …
2
votes
2answers
29 views

How do I check what filesystem my SVN repository is using?

I've already created my repository and have been using it for a while. I wanted to check what filesystem data store it is using: Berkeley DB or FSFS. I'm not sure how to check this. I've looked at …
19
votes
4answers
4k views

How to synchronize two Subversion repositories?

My company has a subsidiary with a slow Internet connection. Our developers there suffer to interact with our central Subversion server. Is it possible to configure a slave/mirror for them? They …
4
votes
4answers
90 views

Good, cross-platform software update libraries/tools?

Does anyone have experience with a library or tool suite that helps an ISV deliver software updates of shipped products? We ship software that runs on OS X, Linux, and Windows. We have partial …
3
votes
8answers
69 views

How might I force our developers to enter notes when committing via TortoiseSVN? [closed]

Possible Duplicates: Any svn:hook script that enforce commit with comments? Creating a Required Comment Hook for Tortoise SVN I often see a slew of commits, but no notes referencing the …
0
votes
2answers
22 views

Trying to synch Flex Builder/Eclipse project with SVN source tree

Hi, I am trying to link a Flex Builder WTP/Eclipse project with an existing SVN source structure. I'm using subclipse within Eclipse. Below is a mapping of some of the directories: Flex …
0
votes
1answer
20 views

Why are my svn ant tasks failing?

Hello, I am trying to run a build script and I keep getting errors during a specific svn task. When I try to build the target from the command line, I get an authentication error. When I run the …
2
votes
5answers
57 views

SVN reverse merge?

My SVN repository was perfect at revision 497. I performed several bad commits, so that now it is at revision HEAD. I see that to rollback you should use a command like this: svn merge -r HEAD:497 . …
4
votes
6answers
268 views

How do you remove a file from being version controlled without deleting the file in subversion?

I accidentally added a binary file to SVN with the add command, and now I want to remove it from being version controlled, but not delete the file. How do I do this?
0
votes
4answers
43 views

How can I extract all changed files of a changeset in Mercurial?

Until recently we have been using SVN for all projects of our web studio, and there is a very convenient feature present in several clients like Subversive and TortoiseSVN that can extract all files …
1
vote
1answer
29 views

Other users can’t access my svn repo

Question: How do I do I set it so that other users can access my svn repo with tortoise? Info: I have a svn repo set up on my little home server (Ubunt 9.04) and i'm trying to set things up so …
0
votes
1answer
19 views

Can’t commit svn controlled directory when referencing through symlink

I have a problem that I describe poorly in another question. I'm posting this to make it more clear what I want to do, and what problem I'm encountering. There is a highly-voted answer, but it doesn't …
6
votes
4answers
521 views

Should AssemblyInfo.cs be placed in version control?

I have an automated build system suing CruiseControl. I am using the SvnRevisionLabeller to to get the version string to use. With this string I can use nant to update AssemblyInfo.cs so when I build …
1
vote
2answers
21 views

SVN Mac - Stripping files of SVN meta data?

I downloaded some source files on a Mac that were previously part of some working copy on the authors computer, I need to use these files in another repository but the SVN client "Versions" for Mac is …

1 2 3 4 5 222 next
15 30 50 per page