Giter Site home page Giter Site logo

过虑的问题 about sersync HOT 6 OPEN

hylong avatar hylong commented on August 28, 2024
过虑的问题

from sersync.

Comments (6)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 28, 2024
另外 如果在被监控的源服务器上把所有的.svn删除的话 
目标服务器的.svn不会被删除

Original comment by [email protected] on 9 Jun 2010 at 1:32

from sersync.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 28, 2024
我测试了一下,使用 (.*)\.svn 就可以了。

Original comment by [email protected] on 10 Jun 2010 at 1:18

from sersync.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 28, 2024
你可能没有按我写的流程走 
如果是单独创建.svn 好几种正式都可以实现过虑掉
但是如果是用svn的自动update 就会过虑不掉 
因为svn的自动update 其实我创建的目录 
目录下会自动的生成.svn 
这个时候监控就把这个新目录的.svn 也都同步过去了

Original comment by [email protected] on 10 Jun 2010 at 2:24

from sersync.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 28, 2024
因为svn的自动update 其实我创建的目录 
目录下会自动的生成.svn 
这句话还是不太懂,能不能讲的详细一点.
我还是模拟不出您的环境...

Original comment by [email protected] on 10 Jun 2010 at 2:49

from sersync.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 28, 2024
如果,实在不行,请开启debug,查看,您update时候,出现什么
事件,是不是名字不符合我们的正则没有被过滤,正常情况��
�,应该会被过滤,如果需要,我可以增加debug信息,来帮助��
�试

Original comment by [email protected] on 10 Jun 2010 at 2:57

from sersync.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 28, 2024
过滤文件夹的配置不起作用
    <filter start="true">
        <exclude expression="(.*)\.svn"></exclude>
        <exclude expression="(.*)\.gz"></exclude>
        <exclude expression="^static/*"></exclude>
    </filter>

debug输出
add watch: /home/wwwroot/static return wd is: 999

Original comment by [email protected] on 24 Jun 2010 at 11:44

from sersync.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.