Re: svn:externals & tagging, how to combine code between teams

2010-01-30 Thread Ryan Schmidt
On Jan 29, 2010, at 22:12, Charles Chan wrote: > The main problem we are having is with the behavior of 'svn tag' in > association with externs. Of course, there is no command "svn tag"; to make a tag or branch, you just "svn copy" the trunk. > The current externs are referencing the HEAD --

svn server updating from another svn server

2010-01-30 Thread Domenico Urbano
Hi svn users! I'm new to subversion, so i apologize in advance if the question is silly. In my research group we need to have a local copy of this project: http://www.reproducibility.org/wiki/Main_Page i've downloaded via svn checkout: svn co https://rsf.svn.sourceforge.net/svnroot/rsf/trunk /o

Re: svn server updating from another svn server

2010-01-30 Thread Andy Levy
On Sat, Jan 30, 2010 at 05:31, Domenico Urbano wrote: > Hi svn users! I'm new to subversion, so i apologize in advance if the > question is silly. > > In my research group we need to have a local copy of this project: > http://www.reproducibility.org/wiki/Main_Page > > i've downloaded via svn chec

Re: svn server updating from another svn server

2010-01-30 Thread Eric Lee
On Sat, Jan 30, 2010 at 6:31 PM, Domenico Urbano wrote: > Hi svn users! I'm new to subversion, so i apologize in advance if the > question is silly. > > In my research group we need to have a local copy of this project: > http://www.reproducibility.org/wiki/Main_Page > > i've downloaded via svn ch

Re: svn:externals & tagging, how to combine code between teams

2010-01-30 Thread Charles Chan
Ryan, > Yes, instead of using "svn copy" to create the tag, use the > svncopy.pl script available here: > > http://svn.apache.org/repos/asf/subversion/trunk/contrib/client-side/svncopy/ Thanks, I will take a look at into this. Is this also achievable from the GUI with TortoiseSVN? The next obv

Is it possible to set the file mask for an existing file?

2010-01-30 Thread Steinar Bang
I have my unix/linux home directory checked into subversion. I would like to restrict the file mode on some of these files to -rw--- Can subversion support this? I've googled and found mention of svn:unix-mode, which may be what I'm looking for, eg. this: http://thread.gmane.org/gma

Re: Is it possible to set the file mask for an existing file?

2010-01-30 Thread Tyler Roscoe
On Sat, Jan 30, 2010 at 09:29:34PM +0100, Steinar Bang wrote: > I have my unix/linux home directory checked into subversion. I would > like to restrict the file mode on some of these files to -rw--- > > Can subversion support this? Subversion doesn't track file permissions in this way. The