Dan,
Try SmartSVN, the free version.
I believe you can define directories to ignore.
This is what I use, but I just ignore the conflicts and tell SmartSVN
not to update the files I want to ignore.
Maybe this will give you what you are looking for.
http://www.syntevo.com/smartsvn/download.jsp
Regards,
Lenny
On 6/25/07, Dan Rossi <[EMAIL PROTECTED]> wrote:
Is there anyway at all to ignore to checkout / update streams and swf
files ?
Dan Rossi wrote:
> Hi Im looking at building my own custom build file which uses svnant for
> checking out / updating red5 which then builds a deb package using
> checkinstall. Is there a way to ignore all streams and swf directories ?
> Here is my svnant build tags this doesnt seem to ignore anything.
>
> <path id="svn.classpath">
> <pathelement location="/usr/local/ant/lib/svnjavahl.jar" />
> <pathelement location="/usr/local/ant/lib/svnant.jar" />
> <pathelement location="/usr/local/ant/lib/svnkit.jar" />
> <pathelement location="/usr/local/ant/lib/svnClientAdapter.jar"
/>
> </path>
>
>
> <!-- load the svn task -->
> <typedef resource="org/tigris/subversion/svnant/svnantlib.xml"
> classpath="/usr/local/ant/lib/svnant
> .jar" />
> <target name="checkout-red5">
> <sequential>
> <svn>
> <checkout url="${ red5.svnurl}"
> revision="HEAD" destPath="${build.source}/
> ${red5.localfile}"/>
> <propset
> path="${build.source}/${red5.localfile }" name="svn:ignore"
> value="*streams*
> swf"
> />
> </svn>
> </sequential>
> </target>
>
>
> Let me know.
>
> _______________________________________________
> Red5 mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/red5_osflash.org
>
>
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org