svn

Best way to move files from Dev to Live site (django)

Hello, I've got a svn checkout locally which I make changes to, once I commit them I go in and update my dev copy on the server. My question is, what's the best way to get my files to my production site. I'm not much with linux commands, but I was thinking I could make a script that moves all files except .pyc and .svn files over to ...

SVN - How to set all files to same revision number and date.

Hi. I am using Eclipse PDT and Subclipse. I want to set all of the files in my working copy to the one revision number and date and commit that as I want to have a periodical revision number where I know that the entire project is correct and if needed I can roll back to that. Is there a way to do that? TIA ...

Free private svn anyone?

Hi, we need a free private svn where to put files regarding our half-life 2 mod. It must be private because we want to relase the game when we decide, and dont want people to download the source. So is there any site out there? ...

svn+apache per directory access control - disable root from modifying permissions file

Hi, I currently have an svn server running on a machine to which multiple users have root access. For the svn repository I want to use per-directory access control. So I user the mod_dav module with apache and specify permissions in /etc/svn-access-file The problem is that since multiple users have root access, then can potentially modi...

methods to store binary files in SVN

Are There different methods to store binary files in SVN? if so, what are they, and how I modify the storage options? I read that there are 4 ways to store binary files in SVN: Compressed tar - import - export. Tar - import - export. import - export. Efficient check-in. Which of those are the most useful for time efficiancy? and how...

Only trigger a build on commits to the trunk with svn

I have just set up a post-commit script in our subversion repository that triggers a build by requesting a hudson build URL. This works fine as expected, however now I only want to trigger this build if the commit was to the trunk. our post-commit script looks like this: SET REPOS=%1 SET REV=%2 SET DIR=%REPOS%/hooks SET PATH=%PATH%;%...

Excluding a single project file from an SVN repository

I have a django project that I have been working on as a solo developer, and have been using TortoiseSVN to keep the code managed in a repository on a work server. I work on this on a local installation of django etc. There is now a second person who will be working on this project, and the possibility of working on some other PCs. Now...

Infopath Forms in Subversion

Just would like to know if anyone has tried using source control for Infopath 2007 forms specifically for Subversion. Is it advisable to upload these type of sources (not in text format) in SVN? ...

How does git-svn behave with svn repositories that have changed layout?

This question is similar to this one and this one, but the scenario is slightly more complex. I started out a few years ago with a private svn repository (which I use mainly for shared config files and the like between various machines). I wasn't too careful with the layout of the repository (where branches, go, etc.), so it changed qui...

svn+apache per directory access control: weird permissions issue (403 Forbidden error)

Hi, I had a perfectly working svn+apache install where I was using per directory access control to restrict access to various parts of the repository. In particular, no one had access to the top level in the repository [/]. People had access to folders like [/www] etc. I was specifying these permissions in a file (svn-access-file). I h...

How to add/remove folders without downloading from the repository in Subversion?

I have a huge repository where I want to add/remove a folder. I haven't checked out anything yet. There is any way to do it fast? ...

source file control cvs to svn conversion?

Hey guys. I currently use cvs to control all my source files but want to move away from cvs to svn. Could anyone give me some pointers? I have loads of projects but they are all similar therefore would like to just have the structure: Trunk. /prj1,2,3, etc Branch. As above Tag. As above I am going to be using the cvs2s...

How do you make eclipse use an existing svn working copy?

I've got a working copy checked out with svn; furthermore, I've created a new project in Eclipse that has the root of the working copy as the project's location. I want to be able to do stuff like compare versions from Eclipse. I have Subclipse 1.4.8, but that doesn't seem to give me what I want. Am I doing something wrong? ...

Are svn merges idempotent?

Seems to me like they should be. I'm assuming you've resolved any conflicts that arose during the first merge operation. ...

CruiseControl.NET build fails when SVN is not available

We have an SVN repository hosted externally and our build server is currently internal. Occasionally (probably 1 or 2 times a day) the build server is unable to find the SVN repository due to a network outage, a timeout or some other random reason. With an externally hosted repository this is hard to avoid, however when it fails to fin...

Every update history of the CVS shift to Subversion

duplicate: source file control cvs to svn conversion? I intend to change it in Subversion from CVS. I want to shift The development history to svn, too How to do it? ...

publishing a website using svn export

I currently ftp all my files to my website when i do an update (over a slowish adsl connection) And I want to make things easier, so I just recently started using a hosted svn service, and i thought i could speed things up a bit by doing an svn export of my website directly onto my webserver i have tried that a few times and it seems...

Vmware Server and Subversion issue

Hi all, i am having some issue with subversion installed in a windows server 2003 virtual machine under vmware server. The issue is as follows : After start the windows server virtual machine i was able to checkout files and commit files for like half to 1 hour Then i encounter the following error when trying to commit files : A conne...

How to pass the current powershell pipe-object "$_" as a command line arg?

I'm trying to set all svn:property's on a set of piped files: dir * -include *.cs | Select-String -simplematch -pattern "HeadURL$" | select filename | svn propset svn:keywords "HeadURL Id LastChangedBy LastChangedRevision" $_ I get following error: svn: Try 'svn help' for more info svn: Explicit target required ('HeadURL Id LastChang...

Svn 1.5.x vs. latest version

Would I be missing out something really important (feature / optimization & speed) if I install SVN 1.5.2 instead of the latest 1.6.x? ...