svn-propset Questions

3

I use git-svn to keep a clone of a shared Subversion repository. Recently someone edited the commit message of a revision (a la this SO question) after I had git svn fetched that revision. How can ...
Giesser asked 15/1, 2015 at 12:48

3

Solved

I'm creating an ignore list on a Windows machine using the following command line: svn propset svn:ignore "bin" Fardis.Test The directory tree structure is: \src\ \src\Fardis.Test\ \src\Fardis....
Irena asked 16/6, 2010 at 9:14

4

Solved

Is it possible to manipulate a subversion property such as svn:externals via a URL only? (i.e. without having a working copy.) I'd like a script that pins svn:externals to a particular revision gi...
Juliennejuliet asked 11/1, 2012 at 12:57

1

I've read all the articles about how you can edit log messages using TortoiseSVN. I've been able to do this just fine. However, I wanted to see if the changes I made on the server could be seen lo...
Fiscal asked 9/9, 2014 at 17:4

5

Solved

Hi I was wondering if there is a way for the SVN server to automatically assign the svn:needs-lock property on any file that is binary and not textual. We have a rather small developers team but ...
Emigration asked 2/4, 2009 at 18:39

1

Solved

I know I can configure folders and files for being ignored by subversion using the following commands: svn propset svn:ignore build . // Ignores the build folder. svn propedit svn:ignore . // Open...
Ottar asked 27/9, 2012 at 8:52
1

© 2022 - 2024 — McMap. All rights reserved.