svn

Can a folder contain files from two different svn projects?

I currently have a single svn project for all work on a website. But I'd like to have a separate project in the same repo for a small app which forms part of that site so I can develop it separately. At the moment there are some folders which contain a mix of files related only to the site and files related only to the app. Will this w...

Pull remote SVN and merge local changes

Hi, We use WordPress for development, but often make a lot of modifications. We're looking for a way to always keep our development version up to date with our modified version. It possible to import all of the WordPress SVN commits, branches and tags, but merge these with any we've made in our repo. For example if we had removed the ...

How suitable is JIRA Studio for .NET development?

My previous employer was a Java shop. We used JIRA Studio -- JIRA, Subversion, and other integrated tools, hosted by Atlassian -- and we were very happy with it. My current employer is a .NET shop. What experiences (if any) do you have using JIRA Studio for .NET development? My concern is that certain parts of JIRA Studio may not work f...

From VSS to Subversion - things to watch out for

We have a SSIS, SSRS and SSAS code repository in VSS that we are moving to Subversion. We have made the sane choice of keeping history in VSS and are making it read-only. I am going to download my entire structure, make it writable, remove all VSS files and VSS info from the Solution and Project files, and then import it into Subversio...

git svn imported repository using svn branches

I've cloned a replicated svn repository (svnsync to local file system). All the branches etc. are now available in git. Now i would like to start working on svn branches git checkout remotes/B_XYZ and doing some commits via git. Now i want to change to a different SVN branch via git checkout remotes/B_ABC and doing some changes a...

Keep the Visual Studio publisher tool from copying .svn folders?

Whenever I publish my web application I select "only files needed to run application". Upon publishing then it all works fine except for the bin/ folder contains a.svn folder. Is there a way to keep it from copying the .svn folder? ...

subversion include directory exclude files

I want to include a directory when I do my imports but exclude any files that might be in it. how can this be done? ie: include cache dir, but exclude all the cache files in it. in my global-ignores I have tried cache and cache/*, the former just excluded the entire cache dir - expected. and the later included everything. am I clos...

if i want to add CSS where would i paste it?

here is the page where i need to add CSS: http://upload.wikimedia.org/wikipedia/commons/a/a5/Map_of_USA_with_state_names.svg since there is no body and header, where exactly would i paste the css? here is what it looks like currently and it does not work? somestyle.css <style> #tt { position:absolute; display:block; background:url...

Recipe for making Cocoa NSDocument packages play well with svn?

I have a tool that writes package-style documents. It's implemented using NSDocument and overrides the following NSDocument methods: - (NSFileWrapper *)fileWrapperOfType:(NSString *)typeName error:(NSError **)outError; - (BOOL)readFromFileWrapper:(NSFileWrapper *)fileWrapper ofType:(NSS...

SVN Update insists on accessing root of repository

which causes an access denied error for anyone who doesn't have access to the root directory. But, this doesn't happen consistently - it starts happening every couple of days. If someone starts getting this error, the only solution is to do a fresh checkout of the project (which always fixes the problem). More than one person has this pr...

Maven release plugin fails when creating tag

Hi everyone, I'm trying to use Maven release plugin 2.0 to tag the version and hopefully deploy the resulting jar to the repository. I got stuck at release:prepare, getting this cryptic error [INFO] Checking in modified POMs... [INFO] Executing: cmd.exe /X /C "svn --non-interactive commit --file C:\Users\ME~1\AppData\Local\Temp\maven-...

Analyze SVN/GIT repos to determine how much work is actually done?

One of my clients is using an out-of-state programmer for a project. He can't really figure out how much work the programmer is actually doing, so he's afraid that money is potentially going down the drain. What I'm wondering, is it possible to use a SVN or GIT repository to calculate or estimate how much real work is actually being don...

How can I force mercurial to accept an empty commit

I'm trying to convert an SVN repo with hgsvn and I have some commits where SVN properties where modified, but since Mercurial doesn't use those, it sees this as an empty commit and aborts. Is there any way to force this hg commit to accept a commit that doesn't change anything? I'm not familiar enough with the internals of hgsvn to hack...

how to have login in WebSVN

Hi All, Can some one tell me how to do I enable LOGIN function for WebSVN in Ubuntu 9.1? I was tasked to create a SVN for my team, and the following is one of the link i followed which helped me successfully setup my first repos. http://agilior.pt/blogs/pedro.rainho/archive/2010/02/06/11698.aspx But after installing WebSVN, i can see...

using sharpsvn client.status in c#

Hi again, I've just read this question, and I have a question about it: How do I set the client to look at a certain repository? In the example there's a use in the working copy's location, so how can the client know where to check for diffs? Thanks :) ...

svn, after restore repository from backup, show log does not show new commit unless I check the checkbox in tortoisesvn - include merged revisions

Hi, I had a problem with my svn server so I had to get all the data back from backup. However the backup was old (a couple of odays ago) and since then I had a few new commits to svn. that means my local svn had newer revisions than the repository I currently have. For me that is ok no problem, I will just use the older repository and ...

Visual SVN multiple repositories backup

Few months ago our Visual SVN repositories got created, multiple repositories are exists under a single root, the structure looks as below: Repository is located at C:\Repositories\root root -branches -tags -trunk --repo1 ---folder1 ---folder2 --repo2 ---folder1 ---folder2 I was able to iterate thru repo1, repo2 folders using svn lis...

SVN: merge local changes into other working copy

I have two working copies of the same project, each switched to a different branch. Is it possible to merge local changes in one project to the other working copy? ...

Problem trying to relocate WC to new repository

I have several working copies that were checked out of old repositories. The old repositories are now combined into a new repository, therefore the repository name and the locations inside the new repository have changed. Now I want to relocate these working copies to their new locations into the new repository. When doing a Relocate wi...

SVN Merge error, merging trunk to branch and link has been replaced with directory

I may have found a Subversion bug, and I would like to make sure it is so before I report it. Consider the following sequence of actions: Create a new SVN repository with /trunk and /branches in it: ~$ svnadmin create testrepo ~$ svn co file:///home/user/testrepo testwd Checked out revision 0. ~$ cd testwd/ testwd$ svn mkdir trunk b...