You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Sumant Gupta <sk...@cfest.com> on 2009/03/26 19:51:24 UTC

How to restrict svn repository and file manipulations through window explorer

We would  like to restrict repository file management through window
explorer to safe guard against accidental deletion or management.

 

We are initiating formal uses of SVN tools for technology development and
also for database. Above will help from accidental damages to SVN controlled
files

 

Thanks

 

Sumant K. Gupta, Ph.D.

EWM Group 

(Environmental and Water Management Group)

2100 S.E. Main Street Suite#210

Irvine, CA 92614

Ph (949) 724 1696  Fax (949) 724 1696

www.EWMgroup.net

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1434407

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

Re: How to resolve conflict in Ankh while working in Visual Studio 2008

Posted by Andy Levy <an...@gmail.com>.
On Thu, Mar 26, 2009 at 21:40, Sumant Gupta <sk...@cfest.com> wrote:
> While committing we got following conflict. Can we resolve within Ankh

You'd have to ask in an AnkhSVN support venue.

Please stop CCing me & other individuals personally on your new threads.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1438342

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

How to resolve conflict in Ankh while working in Visual Studio 2008

Posted by Sumant Gupta <sk...@cfest.com>.
While committing we got following conflict. Can we resolve within Ankh

 

Index: CFPlotting/CFPlotting.csproj

===================================================================

--- CFPlotting/CFPlotting.csproj    (revision 5)

+++ CFPlotting/CFPlotting.csproj    (working copy)

@@ -2,7 +2,11 @@

   <PropertyGroup>

     <Configuration Condition=" '$(Configuration)' == ''
">Debug</Configuration>

     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>

+<<<<<<< .mine

+    <ProductVersion>9.0.30729</ProductVersion>

+=======

     <ProductVersion>9.0.21022</ProductVersion>

+>>>>>>> .r5

     <SchemaVersion>2.0</SchemaVersion>

     <ProjectGuid>{A510246A-E4E5-4D69-894B-AB6A93E3A221}</ProjectGuid>

     <OutputType>Library</OutputType>

 

Thanks . Sorry to bother you. We have 3 decades of code development
experience however we started using SVN now.

 

Sumant

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1438280

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

RE: How to restrict svn repository and file manipulations through window explorer

Posted by Bob Archer <bo...@amsi.com>.
If you do not give any of your users access to the repository then you
are pretty safe. The repository should be on a server that only the svn
server/module can access and your users can't. This will force them to
interact with the repository via an svn client or any web based browser
that you may provide.

 

BOb

 

 

________________________________

From: Sumant Gupta [mailto:skg@cfest.com] 
Sent: Thursday, March 26, 2009 3:51 PM
To: 'Andy Levy'; Bob Archer
Cc: users@subversion.tigris.org
Subject: How to restrict svn repository and file manipulations through
window explorer

 

We would  like to restrict repository file management through window
explorer to safe guard against accidental deletion or management.

 

We are initiating formal uses of SVN tools for technology development
and also for database. Above will help from accidental damages to SVN
controlled files

 

Thanks

 

Sumant K. Gupta, Ph.D.

EWM Group 

(Environmental and Water Management Group)

2100 S.E. Main Street Suite#210

Irvine, CA 92614

Ph (949) 724 1696  Fax (949) 724 1696

www.EWMgroup.net

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1434429

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].