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
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
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
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
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
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
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 --